elm-ui-widgets icon indicating copy to clipboard operation
elm-ui-widgets copied to clipboard

Collection of reusable views for elm-ui.

Results 22 elm-ui-widgets issues
Sort by recently updated
recently updated
newest added

Following the [Material design specification](https://material.io/components/data-tables) a complete implementation of data tables should be added. I'm not sure that this would require (possible it results in a major update)

enhancement
help wanted

The [Material Design](https://material.io/components/dialogs#specs) specification contains a number of dialog widgets (named and unnamend) that should all be implemented or at least be easy to recreate using `Item`s. This should be...

question

Add an image list widget from the [Material Design](https://material.io/components/image-lists#specs) specification. This includes * A Widget Type + Implementation * A Style Type + Implementation It properly has nothing to do...

enhancement

Add a dropdown menu widget from the [Material Design](https://material.io/components/menus#specs) specification. Following the implementation of the `Select` and `List` Widget, this should include: * A Widget Type + Implementation * A...

enhancement

Add a navigation rail from the [Material Design](https://material.io/components/navigation-rail) specification. One would need to do some research how this could be applied. Here are some research questions. * Does it make...

enhancement

Add a linear progression widget from the [Material Design](https://material.io/components/progress-indicators#specs) specification. Following the implementation of the `circularProgressIndicator` implementation, this should include: * A Material Design Implementation for `ProgressIndicatorStyle`

enhancement
good first issue

Add a slider widget from the [Material Design](https://material.io/components/sliders#specs) specification. Following the implementation of the `Switch` Widget, this should include: * A Widget Type + Implementation * A Style Type +...

enhancement
good first issue

Add a time picker widget from the [Material Design](https://material.io/components/time-pickers) specification. This should include * A Widget Type + Implementation * A Style Type + Implementation The implementation depends on #32.

enhancement

Add the tooltip widget from the [Material Design](https://material.io/components/tooltips) specification. This includes * A Widget Type + Implementation * A Style Type + Implementation The resulting widget should be an `Element...

enhancement
good first issue

The TextBlock Widget would add Markdown support. Its widget type should be an alias of `pablohirafuji/elm-markdown`'s `Block` Type ``` type Block b i = BlankLine String | ThematicBreak | Heading...

enhancement