Skip to content

evzonic/tiny-circular-progressbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tiny-circular-progressbar

The tiniest circular progress bar

npm npm bundle size

Creates a tiny circular progress bar.

Install

$ npm install tiny-circular-progressbar

Usage

import React from "react";
import { useEffect } from "react";
import * as CircleProgress from "tiny-circular-progressbar";

useEffect(() => {
  new CircleProgress("progressbar_class_name", {
    max: 100,
    value: 60,
    textFormat: "percent",
  });
}, []);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published