lion/packages/form-integrations
2020-05-29 17:01:15 +02:00
..
dev-assets feat: merge field/validate/choice-input/form-group into @lion/form-core 2020-05-29 17:01:15 +02:00
docs feat: merge field/validate/choice-input/form-group into @lion/form-core 2020-05-29 17:01:15 +02:00
test feat: merge field/validate/choice-input/form-group into @lion/form-core 2020-05-29 17:01:15 +02:00
index.js feat: merge field/validate/choice-input/form-group into @lion/form-core 2020-05-29 17:01:15 +02:00
package.json feat: merge field/validate/choice-input/form-group into @lion/form-core 2020-05-29 17:01:15 +02:00
README.md feat: merge field/validate/choice-input/form-group into @lion/form-core 2020-05-29 17:01:15 +02:00

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