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