lion/packages/input
2020-04-29 10:05:06 +02:00
..
src chore: unify the naming of changedProperties param (#620) 2020-03-04 17:33:09 +01:00
stories chore(input): show example html inside label 2020-02-05 09:29:51 +01:00
test fix: rearrange/cleanup mixin duties 2020-02-20 16:14:26 +01:00
CHANGELOG.md chore: release new versions 2020-04-02 14:28:44 +00:00
index.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00
lion-input.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00
package.json chore: release new versions 2020-04-02 14:28:44 +00:00
README.md chore: remove pilot phase header 2020-04-29 10:05:06 +02:00

Input

lion-input component is a webcomponent that enhances the functionality of the native <input> element.

Live Demo/Documentation

See our storybook for a live demo and API documentation

How to use

Installation

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

Example

<lion-input label="My label" name="myName" .modelValue="${'foo'}"></lion-input>