Idris2Doc : Text.CSS.Property

Text.CSS.Property

(source)

Definitions

dataDirection : Type
Totality: total
Visibility: public export
Constructors:
LTR : Direction
RTL : Direction

Hint: 
RenderDirection
interfaceAreaTag : Type->Type
Parameters: a
Methods:
showTag : a->String
showTag : AreaTaga=>a->String
Totality: total
Visibility: public export
dataDisplay : Type
Totality: total
Visibility: public export
Constructors:
Flex : Display
Grid : Display
Area : AreaTaga=>Vect (Sm) GridValue->Vect (Sn) GridValue->Vect (Sm) (Vect (Sn) a) ->Display
renderArea : AreaTaga=>Vect (Sm) GridValue->Vect (Sn) GridValue->Vect (Sm) (Vect (Sn) a) ->String
Totality: total
Visibility: export
dataFlexBasis : Type
Totality: total
Visibility: public export
Constructors:
FL : Length->FlexBasis
FP : Percentage->FlexBasis

Hints:
CastLengthFlexBasis
CastPercentageFlexBasis
RenderFlexBasis
dataFontSize : Type
Totality: total
Visibility: public export
Constructors:
FL : Length->FontSize
FP : Percentage->FontSize
XXSmall : FontSize
XSmall : FontSize
Small : FontSize
Medium : FontSize
Large : FontSize
XLarge : FontSize
XXLarge : FontSize
XXXLarge : FontSize

Hints:
CastLengthFontSize
CastPercentageFontSize
RenderFontSize
dataBorderRadius : Type
Totality: total
Visibility: public export
Constructors:
BL : Length->BorderRadius
BP : Percentage->BorderRadius
BS : String->BorderRadius

Hints:
CastLengthBorderRadius
CastPercentageBorderRadius
FromStringBorderRadius
RenderBorderRadius
dataBorderStyle : Type
Totality: total
Visibility: public export
Constructors:
None : BorderStyle
Hidden : BorderStyle
Dotted : BorderStyle
Dashed : BorderStyle
Solid : BorderStyle
Dbl : BorderStyle
Groove : BorderStyle
Ridge : BorderStyle
Inset : BorderStyle
Outset : BorderStyle

Hint: 
RenderBorderStyle
dataBorderWidth : Type
Totality: total
Visibility: public export
Constructors:
BL : Length->BorderWidth
Thin : BorderWidth
Medium : BorderWidth
Thick : BorderWidth

Hints:
CastLengthBorderWidth
RenderBorderWidth
dataTextAlign : Type
Totality: total
Visibility: public export
Constructors:
Start : TextAlign
  The same as left if direction is left-to-right and right if direction is right-to-left.
End : TextAlign
  The same as right if direction is left-to-right and left if direction is right-to-left.
Left : TextAlign
  The inline contents are aligned to the left edge of the line box.
Right : TextAlign
  The inline contents are aligned to the right edge of the line box.
Center : TextAlign
  The inline contents are centered within the line box.
Justify : TextAlign
  The inline contents are justified. Text should be spaced to line up its left and right edges to the left and right edges of the line box, except for the last line.

Hint: 
RenderTextAlign
dataWidth : Type
Totality: total
Visibility: public export
Constructors:
WL : Length->Width
WP : Percentage->Width

Hints:
CastLengthWidth
CastPercentageWidth
RenderWidth
dataProperty : Type->Type
Totality: total
Visibility: public export
Constructors:
AlignItems : PropertyFlexAlign
AlignSelf : PropertyFlexAlign
BackgroundColor : PropertyColor
BackgroundSize : PropertyWidth
BorderColor : Property (DirColor)
BorderRadius : PropertyBorderRadius
BorderStyle : Property (DirBorderStyle)
BorderWidth : Property (DirBorderWidth)
Color : PropertyColor
ColumnGap : PropertyLength
Direction : PropertyDirection
Display : PropertyDisplay
Flex : PropertyString
FlexBasis : PropertyFlexBasis
FlexDirection : PropertyFlexDirection
FlexWrap : PropertyString
FlexGrow : PropertyNat
FlexFlow : Property (ListFlexFlow)
FontFamily : PropertyString
FontSize : PropertyFontSize
GridArea : AreaTaga=>Propertya
GridColumn : PropertyGridPosition
GridRow : PropertyGridPosition
GridTemplateColumns : Property (ListGridValue)
GridTemplateRows : Property (ListGridValue)
Height : PropertyWidth
JustifyContent : PropertyFlexJustify
JustifySelf : PropertyFlexJustify
ListStyleType : PropertyListStyleType
Margin : Property (DirLength)
MaxHeight : PropertyWidth
MaxWidth : PropertyWidth
MinHeight : PropertyWidth
MinWidth : PropertyWidth
Padding : Property (DirLength)
RowGap : PropertyLength
TextAlign : PropertyTextAlign
Width : PropertyWidth
renderProp : Propertyt->t->String
Totality: total
Visibility: export