Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T07:25:12.000Z (over 1 year ago)
- Last Synced: 2024-09-20T09:15:32.054Z (4 months 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>
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![npm version](https://badgen.net/npm/v/@vaadin-component-factory/vcf-progress-spinner)](https://www.npmjs.com/package/@vaadin-component-factory/vcf-progress-spinner)
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadin-component-factoryvcf-progress-spinner)`` is a Web Component for creating customized progress spinners.
![GIF of Vaadin Component Factory progress spinner](https://user-images.githubusercontent.com/3392815/86607970-a154e200-bfb2-11ea-9b1b-dec5d9e1dd64.gif)
[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