546 B
546 B
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>