1. 1
    Render a Basic Element with style-elements in Elm
    2m 52s

Render a Basic Element with style-elements in Elm

InstructorJosh Robertson

Share this video with your friends

Send Tweet

In this lesson we will take a basic application, bootstrapped with create-elm-app, and begin converting the divs and h1s into style-elements.

Style elements separate our styles from the layout and positioning of elements. The Element module gives us everything we need for our view while the Style module will be the base for creating our stylesheet.

Hugo Ramos
~ 5 years ago

Thanks for the lesson, but maybe it makes more sense to use elm-ui which is a complete rewrite of style-elements?