alexanderkiel / elm-mdc-alpha / Material.FormField

MDC Form Field aligns an MDC Web form field (for example, a checkbox) with its label and makes it RTL-aware.

Install

In your application install:

npm install "

View

view : List (Property msg) -> List (Html msg) -> Html msg

Properties

alignEnd : Property msg

Position the input after the label.