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