Components
Loading preview...
this is a loader with special 3d animation
@theutkarshmail
npx shadcn@latest add https://21st.dev/r/theutkarshmail/3d-effect-loaderimport { Component } from "@/components/ui/3d-effect-loader";
export default function DemoOne() {
return <Component />;
}