# Input
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
`lion-input` component is a webcomponent that enhances the functionality of the native `` element.
## Live Demo/Documentation
> See our [storybook](http://lion-web-components.netlify.com/?path=/docs/forms-input--default-story) for a live demo and API documentation
## How to use
### Installation
```sh
npm i --save @lion/input
```
```js
import '@lion/input/lion-input.js';
```
### Example
```html
```