Floating Dock
NavigationmacOS-style floating dock navigation
dockfloatingmacos
Installation
$
Usage
tsx
import { FloatingDock } from "@/components/nonaxial/floating-dock"
export default function Example() {
return (
<FloatingDock>{/* Your content here */}</FloatingDock>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | โ |
| className | string | โ |