Components
Loading preview...
MacOS dock smooth animation you can use
@n38693842
npx shadcn@latest add https://21st.dev/r/n38693842/mac-os-dockimport { DockTheme } from "@/components/ui/mac-os-dock";
export default function DemoOne() {
return <DockTheme />;
}