styling
/
dev.fritz2.styling.theme
/
FormGroupLabelStyles
Form
Group
Label
Styles
interface
FormGroupLabelStyles
Content copied to clipboard
definition of the theme's formGroup
Properties
Properties
alignmentLabel
Link copied to clipboard
abstract val
alignmentLabel
:
BasicParams
.(
Map
<
String
,
String
>) ->
Unit
Content copied to clipboard
Styling expression gets a Map with
`breakpoints -> [placement]`
, so one can decide when to apply some stylings
alignmentLegend
Link copied to clipboard
abstract val
alignmentLegend
:
BasicParams
.(
Map
<
String
,
String
>) ->
Unit
Content copied to clipboard
Styling expression gets a Map with
`breakpoints -> [placement]`
, so one can decide when to apply some stylings
placement
Link copied to clipboard
abstract val
placement
:
String
Content copied to clipboard
Could be
`left`
or
`top`
(Has to be modeled as String as the specific type is only part of component module!