circle statistic plugin without dependencies
npm install js-plugin-circlifulTest it https://stackblitz.com/edit/js-2m2bs7
New implementation of circliful, without any dependencies - dependencies are only used for development like webpack, jest, typescript, tslint and babel.
* show Infos as Circle Statistics, no images used
* based on SVG
* many options can be set
* fully responsive
Include circliful to your Site via script tag. If you want to use font-awesome icons you need to include the files separately.
Github clone / download
``
`
npm package
``
npm i js-plugin-circliful`
javascript
import {circliful} from 'js-plugin-circliful';
circliful.newCircle({
percent: 50,
id: 'circle',
type: 'simple',
});
`
`css`
@import 'js-plugin-circliful/dist/main.css';
`html``
* Api
* Create custom circle
* Setup dev enviroment (with webpack)
* List of available options
* Style your cirles via css
If you feel there is something missing in the documentation or the library please open a issue.
Donation
--------
If you find this plugin useful or/and use it commercially feel free to donate me a cup of coffee :)
