Small and adaptive badge for adding context to just about any content.
badgePrimary : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a badge with primary colors
attributes
List of attributeschildren
List of child elementsbadgeSecondary : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a badge with secondary colors
attributes
List of attributeschildren
List of child elementsbadgeSuccess : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a badge with success colors
attributes
List of attributeschildren
List of child elementsbadgeInfo : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a badge with info colors
attributes
List of attributeschildren
List of child elementsbadgeWarning : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a badge with warning colors
attributes
List of attributeschildren
List of child elementsbadgeDanger : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a badge with danger colors
attributes
List of attributeschildren
List of child elementsbadgeLight : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a light badge
attributes
List of attributeschildren
List of child elementsbadgeDark : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a dark badge
attributes
List of attributeschildren
List of child elementspillPrimary : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a pill with primary colors
attributes
List of attributeschildren
List of child elementspillSecondary : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a pill (badge with rounded corners) using secondary coloring
attributes
List of attributeschildren
List of child elementspillSuccess : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a pill with success colors
attributes
List of attributeschildren
List of child elementspillInfo : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a pill with info colors
attributes
List of attributeschildren
List of child elementspillWarning : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a pill with warning colors
attributes
List of attributeschildren
List of child elementspillDanger : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a pill with danger colors
attributes
List of attributeschildren
List of child elementspillLight : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a light pill
attributes
List of attributeschildren
List of child elementspillDark : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Create a dark pill
attributes
List of attributeschildren
List of child elements