| title |
parts |
eleventyNavigation |
| Input Email: Overview |
|
| key |
order |
parent |
title |
| Input Email: Overview |
10 |
Input Email |
Overview |
|
Input Email: Overview
A web component based on the generic text input field. Its purpose is to provide a way for users to fill in an email.
import { html } from '@mdjs/mdjs-preview';
import '@lion/ui/define/lion-input-email.js';
export const main = () => {
return html` <lion-input-email label="Email" name="email"></lion-input-email> `;
};
Features
- Based on our input
- Makes use of email validators with corresponding error messages in different languages
Installation
npm i --save @lion/ui
import { LionInputEmail } from '@lion/ui/input-email.js';
// or
import '@lion/ui/define/lion-input-email.js';