0.1.7 • Published 2 years ago

@vaadin-component-factory/vcf-masked-text-field v0.1.7

Weekly downloads
-
License
https://raw.githu...
Repository
github
Last release
2 years ago

<vcf-masked-text-field>

Gitter npm version Published on Vaadin Directory

This is the npm version vcf-masked-text-field

Installation

Install vcf-masked-text-field:

npm i @vaadin-component-factory/vcf-masked-text-field --save

Usage

Once installed, import it in your application:

import '@vaadin-component-factory/vcf-masked-text-field';

Add <vcf-masked-text-field> to the page.(please refer to both vaadin-text-field and imaskjs documentation)

<vcf-masked-text-field id="demo1"> </vcf-masked-text-field>

Running demo

  1. Fork the vcf-masked-text-field repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vcf-masked-text-field directory, run npm install to install dependencies.

  4. Run npm start to open the demo.

Contributing

To contribute to the component, please read the guideline first.

License

Apache License 2