https://github.com/appreciated/circular-progress-bar
A circular progress bar for Vaadin 8 using SVG and JavaScript
https://github.com/appreciated/circular-progress-bar
circular-progress-bar vaadin-addon
Last synced: 4 months ago
JSON representation
A circular progress bar for Vaadin 8 using SVG and JavaScript
- Host: GitHub
- URL: https://github.com/appreciated/circular-progress-bar
- Owner: appreciated
- License: apache-2.0
- Created: 2017-04-15T20:58:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T04:41:32.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T16:52:02.729Z (about 1 year ago)
- Topics: circular-progress-bar, vaadin-addon
- Language: Java
- Homepage:
- Size: 171 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Circular progress bar Add-on for Vaadin 8

## Vaadin Directory
For download and reviews, go to https://vaadin.com/directory#!addon/circular-progressbar-add-on1
## Installation
Add the following lines to you POM
```
com.github.appreciated
circular-progressbar
LATEST
```
Excute the following command in the at the root of your project
```
mvn install
```
## Building and running demo
```
git clone git@github.com:appreciated/circular-progressbar.git
mvn clean install
cd demo
mvn jetty:run
```
To see the demo, navigate to http://localhost:8080/
## Issue tracking
The issues for this add-on are tracked on its github.com page. All bug reports and feature requests are appreciated.
## Contributions
Contributions are welcome, but there are no guarantees that they are accepted as such. Process for contributing is the following:
- Fork this project
- Create an issue to this project about the contribution (bug or feature) if there is no such issue about it already. Try to keep the scope minimal.
- Develop and test the fix or functionality carefully. Only include minimum amount of code needed to fix the issue.
- Refer to the fixed issue in commit
- Send a pull request for the original project
- Comment on the original issue that you have implemented a fix for it
## License & Author
Add-on is distributed under Apache License 2.0. For license terms, see LICENSE.txt.
circular-progressbar is written by Appreciated
## Features
A circular progress bar Component for Vaadin with transition like behavior. Done by using SVG, and JavaScript.
## API
Same as the standard Progressbar