@vaadin-component-factory/vcf-progress-spinner
v2.0.0
Published
Web Component for customized progress spinners
Downloads
104
Readme
<vcf-progress-spinner>
<vcf-progress-spinner>
is a Web Component for creating customized progress spinners.
Live demo ↗ | API documentation ↗
Installation
Install vcf-progress-spinner
:
npm i @vaadin-component-factory/vcf-progress-spinner --save
Usage
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-progress-spinner';
Add <vcf-progress-spinner>
element to the page.
<vcf-progress-spinner></vcf-progress-spinner>
Running demo
Fork the
vcf-progress-spinner
repository and clone it locally.Make sure you have npm installed.
When in the
vcf-progress-spinner
directory, runnpm install
to install dependencies.Run
npm start
to open the demo.
License
Apache License 2.0