lion/packages/form-integrations
github-actions[bot] 436586ac01 Version Packages
2020-12-01 11:24:33 +00:00
..
dev-assets feat: merge field/validate/choice-input/form-group into @lion/form-core 2020-05-29 17:01:15 +02:00
docs fix(combobox): dispatch model-value-changed properly on unselect 2020-10-14 20:02:25 +02:00
test chore: enable webkit tests 2020-10-27 14:05:32 +01:00
CHANGELOG.md Version Packages 2020-12-01 11:24:33 +00: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 Version Packages 2020-12-01 11:24:33 +00:00
README.md feat: add input stepper component 2020-09-22 18:55:07 +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 Version Description
checkbox-group checkbox-group Group of checkboxes
form-core form-core Core functionality for all controls
form-integrations form-integrations Shows form elements in an integrated way
fieldset fieldset Group for form inputs
form form Wrapper for multiple form elements
input input Input element for strings
input-amount input-amount Input element for amounts
input-date input-date Input element for dates
input-datepicker input-datepicker Input element for dates with a datepicker
input-email input-email Input element for e-mails
input-iban input-iban Input element for IBANs
input-range input-range Input element for a range of values
input-stepper input-stepper Input stepper element for the predefined range
radio-group radio-group Group of radios
select select Simple native dropdown element
select-rich select-rich 'rich' version of the native dropdown element
textarea textarea Multiline text input