Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 546 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 546 Bytes

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>