lion/packages/fieldset
CircleCI 20146d54bf chore: release new versions
- @lion/checkbox-group@0.9.1
 - @lion/dialog@0.6.3
 - @lion/fieldset@0.11.1
 - @lion/form-system@0.8.3
 - @lion/form@0.5.1
 - @lion/icon@0.5.2
 - @lion/input-datepicker@0.13.3
 - @lion/overlays@0.15.3
 - @lion/radio-group@0.9.1
 - @lion/select-rich@0.17.3
 - @lion/tooltip@0.10.4
2020-05-25 15:10:57 +00:00
..
src feat(field): align (pre)filled and empty, fix filled not working 2020-03-25 17:02:10 +01:00
stories fix: update links in stories 2020-01-23 18:24:38 +01:00
test chore: apply prettier formatting changes 2020-04-29 10:05:06 +02:00
CHANGELOG.md chore: release new versions 2020-05-25 15:10:57 +00:00
index.js feat: api normalisation formElements and values 2020-02-20 14:17:13 +01:00
lion-fieldset.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00
package.json chore: release new versions 2020-05-25 15:10:57 +00:00
README.md chore: remove pilot phase header 2020-04-29 10:05:06 +02:00

Fieldset

lion-fieldset groups multiple input fields or other fieldsets together.

Live Demo/Documentation

See our storybook for a live demo and documentation

How to use

Installation

npm i --save @lion/fieldset
import '@lion/fieldset/lion-fieldset.js';
import '@lion/input/lion-input.js';

Example

<lion-fieldset name="personalia" label="personalia">
  <lion-input name="title" label="Title"></lion-input>
</lion-fieldset>