
Sign up to save your podcasts
Or
There used to be a notion of a single type defining all possible styles
Latest elm-ui simplifies that by using only inline styles. You build your own abstractions with vanilla Elm functions/modules etc.
Element type is the equivalent of the Html type from elm/html
elm-css package
Mobster app
Element.html works at leaf nodes, but elm-ui in general doesn’t mix with plain html
Element.htmlAttribute
Refactoring is a huge asset for a team, so much easier than css refactoring
Doesn’t expose all the css tricks directly, sometimes you need escape hatches to access those
Lucas Payr's elm-ui-widgets
5
1616 ratings
There used to be a notion of a single type defining all possible styles
Latest elm-ui simplifies that by using only inline styles. You build your own abstractions with vanilla Elm functions/modules etc.
Element type is the equivalent of the Html type from elm/html
elm-css package
Mobster app
Element.html works at leaf nodes, but elm-ui in general doesn’t mix with plain html
Element.htmlAttribute
Refactoring is a huge asset for a team, so much easier than css refactoring
Doesn’t expose all the css tricks directly, sometimes you need escape hatches to access those
Lucas Payr's elm-ui-widgets