Ritik Kumar Sharma

Results 2 comments of Ritik Kumar Sharma

**Paste this code into progress.tsx and utilize CircleProgress.** ``` export const CircleProgress = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, value, ...props }, ref) => ( {`${(value || 0)}%`} )) ``` ![image](https://github.com/shadcn-ui/ui/assets/134758978/ca6f3444-df34-49a8-86b8-33ba2f32abe1)

> https://x.com/shadcn/status/1847362718615162945?s=46 Old blocks are not displaying on the website Attached Screenshot: I’ve attached a screenshot for your reference to illustrate the issue. ![image](https://github.com/user-attachments/assets/0c23a1d1-6c20-469b-9bff-8dfaf3a87ec7)