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