Socket
Book a DemoInstallSign in
Socket

@vaadin-component-factory/vcf-masked-text-field

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin-component-factory/vcf-masked-text-field

Web Component with a text input that provides a panel of suggested options.

latest
Source
npmnpm
Version
0.1.7
Version published
Maintainers
6
Created
Source

<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

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

  • Make sure you have npm installed.

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

  • Run npm start to open the demo.

Contributing

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

License

Apache License 2

Keywords

Vaadin

FAQs

Package last updated on 24 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts