Loading preview...
Here is Launch shader
@xordev
npx shadcn@latest add https://21st.dev/r/xordev/launch
import Component from "@/components/ui/launch"; export default function DemoOne() { return <Component />; }