@lion/input-email
TypeScript icon, indicating that this package has built-in type declarations

0.16.1 • Public • Published

Input Email >> Overview ||10

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/input-email/define';
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
    • IsEmail (default)

Installation

npm i --save @lion/input-email
import { LionInputEmail } from '@lion/input-email';
// or
import '@lion/input-email/define';

/@lion/input-email/

    Package Sidebar

    Install

    npm i @lion/input-email

    Weekly Downloads

    211

    Version

    0.16.1

    License

    MIT

    Unpacked Size

    11.8 kB

    Total Files

    15

    Last publish

    Collaborators

    • tlouisse
    • narzac
    • d4kmor