Progress bar with cool animation you can use in your project
Loading preview...
import { Component } from "@/components/ui/animated-progress-bar"; export default function DemoOne() { return <Component />; }