lion/packages/fieldset
Joren Broekema 848ff06887 feat: flatten modelValue and remove checkedValue
Co-authored-by: daKmoR <Thomas.Allmer@ing.com>
Co-authored-by: CubLion <Alex.Ghiu@ing.com>
2020-02-06 16:06:52 +01:00
..
src feat: flatten modelValue and remove checkedValue 2020-02-06 16:06:52 +01:00
stories fix: update links in stories 2020-01-23 18:24:38 +01:00
test chore: removed circular devdeps fieldset/form 2020-01-13 13:58:03 +01:00
CHANGELOG.md chore: release new versions 2020-02-06 13:59:12 +00:00
index.js feat: release inital public lion version 2019-04-26 10:37:57 +02: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-02-06 13:59:12 +00:00
README.md fix: update links in stories 2020-01-23 18:24:38 +01: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>