elm-package.json
file at this tag.Tag | 2.0.0 |
Committed At | 2021-01-13 18:01:20 UTC |
ELM table component v2 (in progress...).
Install the ELM package and the NPM package for the styles:
> elm install gribouille/elm-table
> npm install elm-table
Include the SASS styles from node_modules/elm-table/styles/style.scss
.
To start the examples in dev mode:
> cd examples
> npm install
> npm run server
> npm run dev
Open http://localhost:3000.
To build the examples:
npm run dist
See the documentation here.
Feedback and contributions are very welcome.
This project is licensed under Mozilla Public License Version 2.0.