Status Code Badge

HTTP code chip that tints emerald, sky, amber, or rose based on the 2xx/3xx/4xx/5xx family.

200
OKSuccess

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

Import & use
import { Browser16 } from "@/components/beste/piece/browser16";

<Browser16
  code={200}
  message="OK"
/>