Smooth 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-react

Usage

tsx
import SmoothTab from '@/components/ui/smooth-tab';

<SmoothTab
  items={[]}
  defaultTabId=""
  onChange={() => {}}
/>