lion/packages/input-iban/README.md
2020-02-14 17:06:04 +01:00

584 B

Input IBAN

lion-input-iban component is based on the generic text input field. Its purpose is to provide a way for users to fill in an iban.

Live Demo/Documentation

See our storybook for a live demo and API documentation

How to use

Installation

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

Example

<lion-input-iban label="Account" name="account"></lion-input-iban>