Web Component for customized progress spinners
<vcf-progress-spinner>
<vcf-progress-spinner>
is a Web Component for creating customized progress spinners.
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 value="0.3"></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.
Vaadin Prime
This component is available in the Vaadin Prime subscription. It is still open source, but you need to have a valid CVAL license in order to use it. Read more at: Pricing
License
Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see: LICENSE
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see: Vaadin Usage Statistics
Install
Dependencies
- @polymer/polymer#^3.0.0
- @vaadin/vaadin-button#2.2.0
- @vaadin/vaadin-element-mixin#^2.1.3
- @vaadin/vaadin-lumo-styles#^1.5.0
- @vaadin/vaadin-themable-mixin#^1.4.4