Smooth Tab
A tabbed interface with a sliding background highlight for the active tab.
Models
Pick the model profile that matches your latency, cost and quality needs.
Auto-routingLow latencyHigh context window
Installation
bash
npm install motion lucide-reactUsage
tsx
import SmoothTab from '@/components/ui/smooth-tab';
<SmoothTab
items={[]}
defaultTabId=""
onChange={() => {}}
/>