Elegant and minimal dock
npx shadcn@latest add https://21st.dev/r/lyanchouss/dock
Loading preview...
import HeroDock from "@/components/ui/dock"; export default function DemoOne() { return <HeroDock/>; }