3.0.0 • Published 2 years ago

elm-table-tailwind v3.0.0

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
2 years ago

elm-table-tailwind

Full features ELM table component for Tailwind.

TODO

  • JS API
  • load more pagination
  • remove specific style
  • pagination for subtable
  • dynamic subtable data
  • documentation (more example)
  • sort subtable
  • more explicit parameter
  • generic view: merge elm-table-tailwind and elm-table
  • remove static/dynamic table

Usage

Install the ELM package and the NPM package for the styles:

> elm install gribouille/elm-table-tailwind
> npm install elm-table-tailwind

Include the CSS styles from node_modules/elm-table-tailwind/style.css.

Examples

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

Documentation

See the documentation here.

Contributing

Feedback and contributions are very welcome.

License

This project is licensed under Mozilla Public License Version 2.0.

3.0.0

2 years ago

2.0.1

2 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago