Components
Loading preview...
Here is R3F Blob
@ui-layouts
npx shadcn@latest add https://21st.dev/r/uilayout.contact/r3f-blobimport Home from '@/components/ui/r3f-blob';
export default function DemoPage() {
return (
<div className="relative w-full h-screen">
<Home />
</div>
);
}