Orasund / elm-ui-widgets

Collection of reusable views for elm-ui.
https://orasund.github.io/elm-ui-widgets/
BSD 3-Clause "New" or "Revised" License
85 stars 11 forks source link

Add Slider Widget #34

Open Orasund opened 3 years ago

Orasund commented 3 years ago

Add a slider widget from the Material Design specification. Following the implementation of the Switch Widget, this should include:

Note that both the continuous and discrete version should be implemented.