Monospace tab bar mimicking Chrome DevTools panels. The active tab shows a primary underline.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Browser7 } from "@/components/beste/piece/browser7";
<Browser7
tabs={[
"Elements",
"Console",
"Sources",
"Network",
"Performance"
]}
activeIndex={3}
/>