<vcf-progress-spinner>
is a Web Component for creating customized progress spinners.
Live demo ↗ | API documentation ↗
Install vcf-progress-spinner
:
npm i @vaadin-component-factory/vcf-progress-spinner --save
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>
-
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.
Apache License 2.0