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

0.19.1 • Public • Published

Input Iban >> 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 IBAN (International Bank Account Number).

import { html } from '@mdjs/mdjs-preview';
import '@lion/input-iban/define';
export const main = () => {
  return html` <lion-input-iban label="Account" name="account"></lion-input-iban> `;
};

Features

  • Based on our input
  • Default label in different languages
  • Makes use of IBAN specific validate with corresponding error messages in different languages
    • IsIBAN (default)
    • IsCountryIBAN
  • Parses IBANs automatically
  • Formats IBANs automatically

Installation

npm i --save @lion/input-amount
import { LionInputIban } from '@lion/input-iban';
// or
import '@lion/input-amount/define';

Package Sidebar

Install

npm i @lion/input-iban

Weekly Downloads

109

Version

0.19.1

License

MIT

Unpacked Size

94 kB

Total Files

93

Last publish

Collaborators

  • tlouisse
  • narzac
  • d4kmor