0.1.3 • Published 2 years ago

circular-progress-bar-date v0.1.3

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

circular date progress bar

a simple date progress bar showing something like below

Installation

Install this component with npm

  npm install circular-progress-bar-date

demo

    <CircularBar 
        start = "2022-10-16" 
        end = "2022-11-16"
        current = "2022-11-10"
        roundCaps = {true}
        hoverText = "days gone by"
        innerText = "days left" 
        innerTextSize = "sm"
        color = "red"
        size = {150}
        thickness = {15}
    />