FormGroupLabelStyles

interface FormGroupLabelStyles

definition of the theme's formGroup

Properties

alignmentLabel
Link copied to clipboard
abstract val alignmentLabel: BasicParams.(Map<String, String>) -> Unit
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
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
Could be `left` or `top` (Has to be modeled as String as the specific type is only part of component module!