FormGroupLabelStyles

interface FormGroupLabelStyles

definition of the theme's formGroup

Properties

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

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

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!)