Package Exports
- @lion/input
- @lion/input/lion-input.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lion/input) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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>