lion/packages/input-email/README.md
2020-04-29 10:05:06 +02:00

25 lines
548 B
Markdown

# Input Email
`lion-input-email` component is based on the generic text input field. Its purpose is to provide a way for users to fill in an email.
## Live Demo/Documentation
> See our [storybook](http://lion-web-components.netlify.com/?path=/docs/forms-input-email--default-story) for a live demo and API documentation
## How to use
### Installation
```sh
npm i --save @lion/input-email
```
```js
import '@lion/input-email/lion-input-email.js';
```
### Example
```html
<lion-input-email label="Email" name="email"></lion-input-email>
```