nixCodeX / elm-bootstrap / Bootstrap.Grid.Row

Functions for creating grid row options.

Vertical alignment

topXs : Option msg

topSm : Option msg

topMd : Option msg

topLg : Option msg

topXl : Option msg

middleXs : Option msg

middleSm : Option msg

middleMd : Option msg

middleLg : Option msg

middleXl : Option msg

bottomXs : Option msg

bottomSm : Option msg

bottomMd : Option msg

bottomLg : Option msg

bottomXl : Option msg

Horizontal alignment

leftXs : Option msg

leftSm : Option msg

leftMd : Option msg

leftLg : Option msg

leftXl : Option msg

centerXs : Option msg

centerSm : Option msg

centerMd : Option msg

centerLg : Option msg

centerXl : Option msg

rightXs : Option msg

rightSm : Option msg

rightMd : Option msg

rightLg : Option msg

rightXl : Option msg

aroundXs : Option msg

aroundSm : Option msg

aroundMd : Option msg

aroundLg : Option msg

aroundXl : Option msg

betweenXs : Option msg

betweenSm : Option msg

betweenMd : Option msg

betweenLg : Option msg

betweenXl : Option msg

Misc

attrs : List (Html.Attribute msg) -> Option msg

Use this function when you need to add custom Html attributes to the row container element.


type alias Option msg =
Bootstrap.Grid.Internal.RowOption msg

Opaque type representing valid row options