fabiommendes / elm-daisy-ui / Daisy.Layout

Simple layout components

Divider

See also: https://daisyui.com/components/divider/

divider : List (Html.Attribute msg) -> List (Html msg) -> Html msg

Simple horizontal divider

divider [] [ text "or " ]

dividerVertical : List (Html.Attribute msg) -> List (Html msg) -> Html msg

Simple vertical divider

divider [] [ text "or " ]

To-do

Artboard Button group Drawer Footer Hero Indicator Input group Mask Stack Toast