0.1.7 • Published 4 years ago
@vaadin-component-factory/vcf-masked-text-field v0.1.7
<vcf-masked-text-field>
This is the npm version vcf-masked-text-field
Installation
Install vcf-masked-text-field:
npm i @vaadin-component-factory/vcf-masked-text-field --saveUsage
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
Fork the
vcf-masked-text-fieldrepository and clone it locally.Make sure you have npm installed.
When in the
vcf-masked-text-fielddirectory, runnpm installto install dependencies.Run
npm startto open the demo.
Contributing
To contribute to the component, please read the guideline first.
License
Apache License 2