Skip to content

Latest commit

 

History

History
 
 

input

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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>