Skip to main content

Installation

    Usage

    showLineNumbers
    import { AnimatedCircularProgressBar } from "@/components/ui/animated-circular-progress-bar"
    
    showLineNumbers
    <AnimatedCircularProgressBar
      max={100}
      min={0}
      value={75}
      gaugePrimaryColor="rgb(79 70 229)"
      gaugeSecondaryColor="rgba(0, 0, 0, 0.1)"
    />
    

    Props

    PropTypeDefaultDescription
    classNamestring-The class name to be applied to the component
    maxnumber100The maximum value of the gauge
    minnumber0The minimum value of the gauge
    valuenumber0The current value of the gauge
    gaugePrimaryColorstring-The primary color of the gauge
    gaugeSecondaryColorstring-The secondary color of the gauge

    Credits

    Build docs developers (and LLMs) love