https://github.com/vaadin-component-factory/vcf-progress-spinner
Web Component for customized progress spinners
https://github.com/vaadin-component-factory/vcf-progress-spinner
polymer3 progress spinner vaadin webcomponent
Last synced: 24 days ago
JSON representation
Web Component for customized progress spinners
- Host: GitHub
- URL: https://github.com/vaadin-component-factory/vcf-progress-spinner
- Owner: vaadin-component-factory
- License: apache-2.0
- Created: 2019-08-13T10:31:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T07:25:12.000Z (over 1 year ago)
- Last Synced: 2025-04-21T01:49:12.287Z (about 1 month ago)
- Topics: polymer3, progress, spinner, vaadin, webcomponent
- Language: JavaScript
- Homepage: https://vcf-progress-spinner.netlify.com/
- Size: 35.2 KB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# <vcf-progress-spinner>
[](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[](https://www.npmjs.com/package/@vaadin-component-factory/vcf-progress-spinner)
[](https://vaadin.com/directory/component/vaadin-component-factoryvcf-progress-spinner)`` is a Web Component for creating customized progress spinners.

[Live demo ↗](https://vcf-progress-spinner.netlify.com)
|
[API documentation ↗](https://vcf-progress-spinner.netlify.com/api/#/elements/Vaadin.VcfProgressSpinner)## Installation
Install `vcf-progress-spinner`:
```sh
npm i @vaadin-component-factory/vcf-progress-spinner --save
```## Usage
Once installed, import it in your application:
```js
import '@vaadin-component-factory/vcf-progress-spinner';
```Add `` element to the page.
```html
```
## Running demo
1. Fork the `vcf-progress-spinner` repository and clone it locally.
1. Make sure you have [npm](https://www.npmjs.com/) installed.
1. When in the `vcf-progress-spinner` directory, run `npm install` to install dependencies.
1. Run `npm start` to open the demo.
## License
Apache License 2.0