Network Request

DevTools-style row with a tinted method chip, path, colored status code, and timing and size columns.

GET/api/users?page=2200142ms3.4 KB

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

Import & use
import { Browser8 } from "@/components/beste/piece/browser8";

<Browser8
  method="GET"
  path="/api/users?page=2"
  status={200}
  time="142ms"
  size="3.4 KB"
/>