Data display elements. This module contains only the simple stateless elements.
Carosel is in its own module.
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
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.
Badge Card Chat bubble Collapse Countdown Kbd Progress Radial progress Table Tooltip