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

Added Iconbutton version of buttonrow #68

Closed Orasund closed 3 years ago

Orasund commented 3 years ago

Currently Material.buttonRow makes no sense because it expects an IconButton instead of a normal button. Therefore, a variant might be nice to have.

This would break the current implementation

Orasund commented 3 years ago

Issue solved in #69