Blocks are the main content elements withing a Card.
titleH1 : List (Html.Styled.Attribute msg) -> List (Html.Styled.Html msg) -> Item msg
Create a block h1 title
attributes
List of attributeschildren
List of child elementstitleH2 : List (Html.Styled.Attribute msg) -> List (Html.Styled.Html msg) -> Item msg
Create a block h2 title
attributes
List of attributeschildren
List of child elementstitleH3 : List (Html.Styled.Attribute msg) -> List (Html.Styled.Html msg) -> Item msg
Create a block h3 title
attributes
List of attributeschildren
List of child elementstitleH4 : List (Html.Styled.Attribute msg) -> List (Html.Styled.Html msg) -> Item msg
Create a block h4 title
attributes
List of attributeschildren
List of child elementstitleH5 : List (Html.Styled.Attribute msg) -> List (Html.Styled.Html msg) -> Item msg
Create a block h5 title
attributes
List of attributeschildren
List of child elementstitleH6 : List (Html.Styled.Attribute msg) -> List (Html.Styled.Html msg) -> Item msg
Create a block h6 title
attributes
List of attributeschildren
List of child elementslink : List (Html.Styled.Attribute msg) -> List (Html.Styled.Html msg) -> Item msg
Create link elements that are placed next to each other in a block using this function
attributes
List of attributeschildren
List of child elementstext : List (Html.Styled.Attribute msg) -> List (Html.Styled.Html msg) -> Item msg
Create a card text element
attributes
List of attributeschildren
List of child elementsquote : List (Html.Styled.Attribute msg) -> List (Html.Styled.Html msg) -> Item msg
Create a block quote element
attributes
List of attributeschildren
List of child elementscustom : Html.Styled.Html msg -> Item msg
Add a custom HTML element to be displayed in a Card block
Bootstrap.Card.Internal.BlockItem msg
Opaque type representing a legal card block child element
align : Bootstrap.Text.HAlign -> Option msg
Option to specify horizontal alignment of a card block item
Block.align Text.xs
primary : Option msg
Give blocks a primary background color
secondary : Option msg
Give blocks a secondary background color
success : Option msg
Give blocks a success background color
info : Option msg
Give blocks a info background color
warning : Option msg
Give blocks a warning background color
danger : Option msg
Give blocks a danger background color
light : Option msg
Give blocks a light background color
dark : Option msg
Give blocks a dark background color
textColor : Bootstrap.Text.Color -> Option msg
Set the text color used within a block. |
attrs : List (Html.Styled.Attribute msg) -> Option msg
When you need to customize a block item with standard Html.Attribute attributes use this function
Bootstrap.Card.Internal.BlockOption msg
Opaque type representing options for styling a card block