mirror of
https://github.com/Orasund/elm-ui-widgets.git
synced 2024-11-22 13:14:10 +03:00
Collection of reusable views for elm-ui.
docs | ||
example | ||
src | ||
.gitignore | ||
docs.json | ||
elm.json | ||
LICENSE | ||
README.md |
Elm-Ui-Widgets
Usefull Widgets written for Elm-ui. These include:
- Select
- Tab
- Multi Select
- Collapsable
- Dialog
- Carousel
- Snackbar
- Sort Table
- Filter Select
- Validated Input
- Scrolling Nav
Check out the examples
Why was this package created
There are two reasons I created this package.
- There are no reusable views written from Elm-Ui
- There are a lot of reusable views out there, all trying to reinvent the wheel, and all do it differently. This packages tries to keep the complexity at a minimum and all the widgets consistent with eachother.