/elm-semantic-ui

Elm bindings for Semantic UI

Primary LanguageElmMIT LicenseMIT

elm-semantic-ui

Elm bindings for Semantic UI.

import Html exposing (Html)
import SemanticUi exposing (..)

view : Html
view =
    button "click me!"
        |> size Large
        |> render