Closed Orasund closed 4 years ago
After looking into the code over at aforemny/material-components-web-elm, here are my conclusions:
Html.Attributes
this means that a lot of the Elm-Ui magic will probably not work.
This is a fundamental property of custom components. Unless Elm-Ui includes them as a native Element, this is most likely not possible to do in Elm-Ui.I feel like if someone wants to use material design, it would be best to point them towards Elm-Css instead of Elm-Ui.
In conclusion, I don't believe a full rewrite would be necessary. But maybe continuing with Material design might be a mad decision.
After using custom components for the first time, i question the usefulness of this package.
Before actuall doing the rewrite it might be useful to see how custom components and elm-ui interact.