- @lion/ajax@0.4.2 - @lion/button@0.7.3 - @lion/calendar@0.9.2 - @lion/checkbox-group@0.10.2 - @lion/core@0.7.1 - @lion/dialog@0.7.2 - @lion/fieldset@0.13.2 - @lion/form-core@0.1.2 - @lion/form-integrations@0.1.4 - @lion/form@0.6.2 - @lion/helpers@0.5.1 - @lion/icon@0.6.2 - @lion/input-amount@0.7.2 - @lion/input-date@0.7.2 - @lion/input-datepicker@0.14.2 - @lion/input-email@0.8.2 - @lion/input-iban@0.9.2 - @lion/input-range@0.4.2 - @lion/input@0.7.2 - @lion/localize@0.11.2 - @lion/overlays@0.16.2 - @lion/radio-group@0.10.2 - @lion/select-rich@0.18.3 - @lion/select@0.7.2 - @lion/steps@0.5.2 - @lion/switch@0.10.3 - @lion/tabs@0.4.2 - @lion/textarea@0.7.2 - @lion/tooltip@0.11.2 - @lion/validate-messages@0.1.2 |
||
|---|---|---|
| .. | ||
| dev-assets | ||
| docs | ||
| test | ||
| CHANGELOG.md | ||
| index.js | ||
| package.json | ||
| README.md | ||
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 | |
| form-integrations | Shows form elements in an integrated way | |
| 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 |