Cookie Banner

Cookie glyph paired with a consent message and Accept / Reject buttons stacked beneath the text.

We use cookies to measure traffic and improve your experience.

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

Import & use
import { Browser10 } from "@/components/beste/piece/browser10";

<Browser10
  message="We use cookies to measure traffic and improve your experience."
  rejectLabel="Reject"
  acceptLabel="Accept"
  tone="primary"
/>