Toolbar
A floating, dockable tool menu with hover animations.
Installation
bash
npm install motion lucide-reactUsage
tsx
import Toolbar from '@/components/ui/toolbar';
<Toolbar
activeColor="text-sky-500"
onSearch={() => {}}
/>A floating, dockable tool menu with hover animations.
npm install motion lucide-reactimport Toolbar from '@/components/ui/toolbar';
<Toolbar
activeColor="text-sky-500"
onSearch={() => {}}
/>