Dock
A macOS-style dock with physics-based magnification, built with svelte-motion.
Installation
Run the following command to install the `dock` components:
npx shadcn-svelte@latest add https://more-shadcn.noair.fun/r/dock.json
Image Icons
You can put
<img> tags inside the Dock items to create a realistic launcher.Tooltips
The
Icon component wraps the standard Tooltip component internally. Just pass a tooltip string prop. Copy