An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Circular progress bar Add-on for Vaadin 8

![Alt Text](https://github.com/appreciated/blob/blob/master/circular-progressbar/progress-bar-demo.gif)

## 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