fabiommendes / elm-daisy-ui / Daisy.Display

Data display elements. This module contains only the simple stateless elements.

Carosel is in its own module.

Alert

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

alert : Maybe Daisy.Warn.Warn -> List (Html.Attribute msg) -> List (Html msg) -> Html msg

Warn the user with some alert message

Avatar

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

avatar : List (Html.Attribute msg) -> Result String String -> Html msg

Create an avatar from image or placeholder text, if image is absent.

The result data can be either Ok url, with the url pointing to the avatar image or a Err placeholder with the placeholder text.

To-do

Badge Card Chat bubble Collapse Countdown Kbd Progress Radial progress Table Tooltip