Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.7 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.7 KB

<vcf-element>

NOTE: This is a template for creating LitElement based web components with TypeScript.

Run yarn and follow the prompts to setup the workspace.

vcf-element-screenshot

Installation

Install vcf-element:

npm i @vaadin-component-factory/vcf-element --save

Usage

Once installed, import it in your application:

import '@vaadin-component-factory/vcf-element';

Add <vcf-element> element to the page.

<vcf-element></vcf-element>

Running demo

  1. Fork the vcf-element repository and clone it locally.

  2. Make sure you have yarn installed.

  3. When in the vcf-element directory, run yarn to install dependencies.

  4. Run yarn start to open the demo.

License

Apache License 2.0