uncover-co / elm-theme-studio / Theme.Studio

Please see the README for a complete example.


type Model


type Msg

init : Theme -> Model

toTheme : Model -> Theme

update : Msg -> Model -> Model

view : Model -> Html Msg