Cookie glyph paired with a consent message and Accept / Reject buttons stacked beneath the text.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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"
/>