lion/packages/input-email
2019-11-15 15:50:18 +01:00
..
src feat: remove all deprecations from lion 2019-11-13 11:00:48 +01:00
stories fix: refactor slot selection 2019-11-15 15:50:18 +01:00
test feat: remove all deprecations from lion 2019-11-13 11:00:48 +01:00
CHANGELOG.md chore: release new versions 2019-11-13 10:07:10 +00:00
index.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00
lion-input-email.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00
package.json chore: release new versions 2019-11-13 10:07:10 +00:00
README.md chore: fix style of markdown files 2019-07-24 15:20:19 +02:00

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.

Features

  • based on lion-input
  • default label in different languages
  • makes use of email validators with corresponding error messages in different languages
    • isEmail (default)

How to use

Installation

npm i --save @lion/input-email
import '@lion/input-email/lion-input-email.js';

Example

<lion-input-email name="email" .errorValidators="${[['required']]}"></lion-input-email>