Console Log Entry

Dark console row with a colored level bubble, timestamp, source, and the log message.

12:04:18app.js:247
Uncaught TypeError: Cannot read properties of undefined

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

Import & use
import { Browser25 } from "@/components/beste/piece/browser25";

<Browser25
  level="error"
  time="12:04:18"
  source="app.js:247"
  message="Uncaught TypeError: Cannot read properties of undefined"
/>