Tab Bar

Static browser tab row with favicons and titles. Decorative, not interactive.

Dashboard
Billing
Settings

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Browser2 } from "@/components/beste/piece/browser2";

<Browser2
  tabs={[
    {
      "title": "Dashboard",
      "active": true
    },
    {
      "title": "Billing"
    },
    {
      "title": "Settings"
    }
  ]}
/>