Back to docs
Component

Progress Ring

Circular progress with animated gradient arc and center label.

Install

npx shadcn@latest add @native-bits/progress-ring

Dependencies

react-native-reanimatedreact-native-svg
Try in Sandbox
data-displaychartmobile

Props

PropTypeDefaultDescription
progressnumber-Progress 0-100
sizenumber96Ring diameter
animatedbooleantrueAnimate value changes

Usage

```tsx
import { progress-ring } from '@/components/native-bits/progress-ring'

<ProgressRing progress={72} size={96} animated />
```

Source code

Loading...