Components
Loading preview...
Here is Cathedral shader
npx shadcn@latest add https://21st.dev/r/xordev/cathedral// src/app/demo/page.tsx
// Minimal demo page that renders the component fullscreen
"use client"
import Component from "@/components/ui/cathedral"
export default function Page() {
return <Component />
}