mirror of
https://github.com/Orasund/elm-ui-widgets.git
synced 2024-11-22 22:33:33 +03:00
longer readme
This commit is contained in:
parent
062b47a25d
commit
c4c9cd4be8
11
README.md
11
README.md
@ -4,6 +4,7 @@ Usefull Widgets written for Elm-ui.
|
|||||||
These include:
|
These include:
|
||||||
|
|
||||||
* Select
|
* Select
|
||||||
|
* Tab
|
||||||
* Multi Select
|
* Multi Select
|
||||||
* Collapsable
|
* Collapsable
|
||||||
* Dialog
|
* Dialog
|
||||||
@ -14,4 +15,12 @@ These include:
|
|||||||
* Validated Input
|
* Validated Input
|
||||||
* Scrolling Nav
|
* Scrolling Nav
|
||||||
|
|
||||||
Check out the [examples](https://orasund.github.io/elm-ui-widgets/)
|
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.
|
Loading…
Reference in New Issue
Block a user