lion/packages/form-system
CircleCI 0f0864b3da chore: release new versions
- @lion/button@0.1.6
 - @lion/checkbox-group@0.1.6
 - @lion/checkbox@0.1.6
 - @lion/choice-input@0.1.6
 - @lion/field@0.1.6
 - @lion/fieldset@0.1.6
 - @lion/form-system@0.0.7
 - @lion/form@0.1.6
 - @lion/input-amount@0.1.6
 - @lion/input-date@0.1.6
 - @lion/input-email@0.1.6
 - @lion/input-iban@0.1.6
 - @lion/input@0.1.6
 - @lion/localize@0.1.6
 - @lion/popup@0.1.6
 - @lion/radio-group@0.1.6
 - @lion/radio@0.1.6
 - @lion/select@0.1.6
 - @lion/textarea@0.1.6
 - @lion/tooltip@0.1.6
 - @lion/validate@0.1.6
2019-05-08 08:25:05 +00:00
..
stories fix: update storybook/linting; adjust story labels, eslint ignores 2019-04-28 15:02:31 +02:00
CHANGELOG.md chore: release new versions 2019-05-08 08:25:05 +00:00
package.json chore: release new versions 2019-05-08 08:25:05 +00:00
README.md fix: cycle dependencies by adding form-system package 2019-04-26 14:42:51 +02:00

Form System

The Form System allows you to create complex forms with various validation in an easy way.

Features

  • built in validate for error/warning/info/success
  • formatting of values
  • accessible
  • ...

Packages

Package Description
checkbox Checkbox form element
checkbox-group Group of checkboxes
field Base class for all 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

Meta Package

This is a meta package to show interaction between various form elements. For usage and installation please see the appropriate packages.