Components
This component renders a modern, animated dock with icon tooltips and a reflection effect, inspired by macOS.
Loading preview...
import MinimalistDock from "@/components/ui/minimal-dock";
export default function DemoOne() {
return <MinimalistDock />;
}