Magnet Tabs
Animated tab navigation with magnetic hover effect and smooth indicator transitions.
Install using CLI
npx shadcn@latest add "https://obsidianui.dev/r/magnet-tabs.json"Install Manually
1
Install dependencies
2
Copy the source code
Copy the code into components/ui/magnet-tabs.tsx
Usage
Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
| slug | string | - | Unique ID for animations |
| options | string[] | - | Array of tab labels |
| activeTab | string | - | Currently selected tab |
| onSelect | (option: string) => void | - | Callback when selected |
