Loading preview...
Here is Loader component
@mvp_Subha
npx shadcn@latest add https://21st.dev/r/mvp_Subha/loader
import ClassicLoader from "@/components/ui/loader"; export default function DemoOne() { return <ClassicLoader />; }