4.9 KiB
4.9 KiB
Form Integratioms
The Form System allows you to create complex forms with various validations in an easy way.
export default {
title: 'Forms/Intro',
};
Features
- Built in validate for error/warning/info/success
- Formatting of values
- Accessible
For a more in depth description look into the Form System Overview.
Packages
| Package | Version | Description |
|---|---|---|
| checkbox-group | Group of checkboxes | |
| form-core | Core functionality for all controls | |
| field | Base class for all inputs | |
| fieldset | Group for form inputs | |
| form | Wrapper for multiple form elements | |
| input | Input element for strings | |
| input-amount | Input element for amounts | |
| input-date | Input element for dates | |
| input-datepicker | Input element for dates with a datepicker | |
| input-email | Input element for e-mails | |
| input-iban | Input element for IBANs | |
| input-range | Input element for a range of values | |
| radio-group | Group of radios | |
| select | Simple native dropdown element | |
| select-rich | 'rich' version of the native dropdown element | |
| textarea | Multiline text input |