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

Remove Elm-Heroicons from dependencies #23

Closed Orasund closed 3 years ago

Orasund commented 4 years ago

See #22 for context.

A fast fix is to remove the dependency from the package.

In the long run all occurrences of Elm-Heroicons should be replaced with Material design icons.

Orasund commented 4 years ago

Issue #24 will deal with the hot fix, whereas this issue will be regarding the long term solution.

Orasund commented 3 years ago

We currently use feathericons/elm-feather. Switching to Material Design icons wouldn't make things easier. So for now I'd like to stay with elm-feather.

As a quick sidenote: Most of the icons packages use Svg under the hood. So in future we should maybe switch to Svg or allow Svg-icons besides Elm-Ui Element for Icons.