lion/packages/form-system
Thomas Allmer bcd074d1fb feat: use markdown javascript (mdjs) for documentation
Co-authored-by: CubLion <alex.ghiu@ing.com>
2020-05-29 17:01:15 +02:00
..
dev-assets fix(form-system): use import.meta for docs images with start and build 2020-01-24 16:52:05 +01:00
docs feat: use markdown javascript (mdjs) for documentation 2020-05-29 17:01:15 +02:00
test chore: apply prettier formatting changes 2020-04-29 10:05:06 +02:00
CHANGELOG.md chore: release new versions 2020-05-27 14:35:29 +00:00
index.js chore: upgrade open-wc/demoing-storybook rollup versions 2020-04-30 11:23:13 +02:00
package.json chore: release new versions 2020-05-27 14:35:29 +00:00
README.md feat: use markdown javascript (mdjs) for documentation 2020-05-29 17:01:15 +02:00

Form System

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
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-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
validate Validation for our form components