widgets/label library
A label that describes a form field with a label, description, and error message (if any).
See https://forui.dev/docs/form/label for working examples.
Classes
- FLabel
- A label that describes a form field with a label, description, and error message (if any).
- FLabelLayoutStyle
- The FLabel's layout style.
- FLabelStateStyles
- The FLabel's state styles.
- FLabelStyles
- The FLabel's styles.
Enums
- FLabelState
- The label's state.
Typedefs
- FLabelStyle = ({FLabelLayoutStyle layout, FLabelStateStyles state})
- The FLabel's style.