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