Skip to content

A starter boilerplate for creating Vaadin Component Factory web components.

License

Notifications You must be signed in to change notification settings

vaadin-component-factory/vcf-element

Repository files navigation

<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