Permission Prompt

Modal-style card asking for a browser permission with domain line and Block / Allow buttons.

beste.cowants to send you notifications

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

Import & use
import { Browser9 } from "@/components/beste/piece/browser9";

<Browser9
  domain="beste.co"
  message="wants to send you notifications"
/>