| .. | ||
| src | ||
| stories | ||
| test | ||
| CHANGELOG.md | ||
| index.js | ||
| lion-input.js | ||
| package.json | ||
| README.md | ||
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>