- @lion/ajax@0.4.0 - babel-plugin-extend-docs@0.2.0 - @lion/button@0.7.0 - @lion/calendar@0.9.0 - @lion/checkbox-group@0.10.0 - @lion/dialog@0.7.0 - @lion/fieldset@0.13.0 - @lion/form-core@0.1.0 - @lion/form-integrations@0.1.0 - @lion/form@0.6.0 - @lion/icon@0.6.0 - @lion/input-amount@0.7.0 - @lion/input-date@0.7.0 - @lion/input-datepicker@0.14.0 - @lion/input-email@0.8.0 - @lion/input-iban@0.9.0 - @lion/input-range@0.4.0 - @lion/input@0.7.0 - @lion/localize@0.11.0 - @lion/overlays@0.16.0 - @lion/radio-group@0.10.0 - @lion/select-rich@0.18.0 - @lion/select@0.7.0 - @lion/steps@0.5.0 - @lion/switch@0.10.0 - @lion/tabs@0.4.0 - @lion/textarea@0.7.0 - @lion/tooltip@0.11.0 - @lion/validate-messages@0.1.0 |
||
|---|---|---|
| .. | ||
| 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 | Description |
|---|---|
| checkbox | Checkbox form element |
| checkbox-group | Group of checkboxes |
| form-core | Core functionality for all controls |
| 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-email | Input element for e-mails |
| input-iban | Input element for IBANs |
| radio | Radio form element |
| radio-group | Group of radios |
| select | Simple native dropdown element |
| textarea | Multiline text input |