Expand description
Generic form controls.
Structs§
- The
Button
properties struct for the configuration of the component. - The
Buttons
properties struct for the configuration of the component. - The
Checkbox
properties struct for the configuration of the component. - The
DataSelect
properties struct for the configuration of the component. - The
FileTree
properties struct for the configuration of the component. - The
FileUpload
properties struct for the configuration of the component. - The
FormAddons
properties struct for the configuration of the component. - The
FormFieldContainer
properties struct for the configuration of the component. - The
FormField
properties struct for the configuration of the component. - The
FormGroup
properties struct for the configuration of the component. - The
Input
properties struct for the configuration of the component. - The
Progress
properties struct for the configuration of the component. - The
Radio
properties struct for the configuration of the component. - The
Textarea
properties struct for the configuration of the component.
Traits§
- An interface for the data entries.
Functions§
- The classic button in different colors, sizes, and states.
- A list of buttons.
- The 2-state checkbox in its native format.
- A control that provides a menu of data entries.
- A list of files and folders in a hierarchical tree structure.
- A custom file upload input.
- Attaches inputs, buttons, and dropdowns together with the form control.
- A single field with the form control.
- A container for the form field with a label.
- Grouped fields with the form control.
- The text input and its variations.
- Native HTML progress bars.
- The mutually exclusive radio buttons in their native format.
- The multiline textarea and its variations.