Static browser tab row with favicons and titles. Decorative, not interactive.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Browser2 } from "@/components/beste/piece/browser2";
<Browser2
tabs={[
{
"title": "Dashboard",
"active": true
},
{
"title": "Billing"
},
{
"title": "Settings"
}
]}
/>