mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.35k stars 110 forks source link

Migrate from elm-css #272

Open cjoach opened 3 years ago

cjoach commented 3 years ago

Hello I don't know if issues are the right place to ask this but I couldn't find the info. Is it possible to wrap en Element inside an Html? I have an app currently written with elm-css and I would like to investigate the possibility of rewriting certain parts in elm-ui.

bburdette commented 3 years ago

check out the layout and layoutWith functions. best place to ask elm-ui questions IMO is the elm slack channel for elm-ui.

Tails commented 2 years ago

Related: #335