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

https://github.com/pradeep1991singh/percentify

Pure CSS3 Percentage Circle with icons and custom content support
https://github.com/pradeep1991singh/percentify

percentage-circle percentage-circle-counter percentage-progress-circle pure-css3

Last synced: 8 months ago
JSON representation

Pure CSS3 Percentage Circle with icons and custom content support

Awesome Lists containing this project

README

          

# P e r c e n t i f y
> Pure CSS3 Percentage Circle with icons and custom content support

## Run Examples
#### Download repository

```sh
$ git clone https://github.com/pradeep1991singh/percentify.git
```

#### Run

```sh
$ cd percentify
$ yarn install
$ npm run start
```

## Usage

#### Copy/Paste `dist` folder in your project And then add css file in head tag of html file

```html

```

#### Then add Percentage Circle template

```html








80%




```

#### Percentage Counter Circle Example

```html


0%




Percentage Progress Circle

window.onload = function () {
percentify.percentageCounter({});
};

```

## Demo

[Demo Examples](https://percentify.stackskull.com)