annaghi / move-demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demos for Move.elm

There are three projects for demonstrating Move.elm capabilities:

  • Single.elm for reordering a list
  • Multiple.elm for moving items between lists. The lists can have different types.
  • Table.elm for moving items between lists like in the XB table.

Commands

$ npm install

$ npm run s
$ npm run m
$ npm run t

Unfortunately, elm-live supports only elm files for watching, so you need to manually refresh the browser on each scss update.

On the bright side there is a PR already: https://github.com/wking-io/elm-live/pull/227

Table

The issue with table width highlighted in the SCSS, see it on Codepen:

About


Languages

Language:Elm 81.8%Language:CSS 15.1%Language:HTML 3.1%