alexanderkiel / elm-mdc-alpha / Material.Card

Cards contain content and actions about a single subject.

Install

In your application install:

npm install "

View

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

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

actionButton : Material.Button.Property msg

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

Properties

outlined : Property msg

Reference