2020-03-15 21:13:12 +03:00
|
|
|
# Elm-Ui-Widgets
|
|
|
|
|
2020-03-21 21:29:57 +03:00
|
|
|
Usefull Widgets written for Elm-ui.
|
2020-03-15 21:13:12 +03:00
|
|
|
These include:
|
|
|
|
|
|
|
|
* Select
|
2020-03-21 21:36:50 +03:00
|
|
|
* Tab
|
2020-03-15 21:13:12 +03:00
|
|
|
* Multi Select
|
|
|
|
* Collapsable
|
|
|
|
* Dialog
|
|
|
|
* Carousel
|
|
|
|
* Snackbar
|
|
|
|
* Sort Table
|
|
|
|
* Filter Select
|
|
|
|
* Validated Input
|
2020-03-21 21:29:57 +03:00
|
|
|
* Scrolling Nav
|
|
|
|
|
2020-03-21 21:36:50 +03:00
|
|
|
Check out the [examples](https://orasund.github.io/elm-ui-widgets/)
|
|
|
|
|
|
|
|
## Why was this package created
|
|
|
|
|
|
|
|
There are two reasons I created this package.
|
|
|
|
|
|
|
|
1. There are no reusable views written from Elm-Ui
|
|
|
|
2. 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.
|