# Input Email [//]: # 'AUTO INSERT HEADER PREPUBLISH' `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 ```