Collection of reusable views for elm-ui.
Go to file
2020-03-21 19:36:50 +01:00
docs 1.0.0 - New start 2020-03-21 19:29:57 +01:00
example Last touches 2020-03-21 19:19:02 +01:00
src Last touches 2020-03-21 19:19:02 +01:00
.gitignore Hello World 2020-03-15 19:13:12 +01:00
docs.json Hello World 2020-03-15 19:13:12 +01:00
elm.json Added Tabs 2020-03-20 15:01:37 +01:00
LICENSE Hello World 2020-03-15 19:13:12 +01:00
README.md longer readme 2020-03-21 19:36:50 +01:00

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.

  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.