Secure URL Bar

Address pill with an emerald padlock, full URL, and a reload button on the right.

https://stripe.com/dashboard

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

Import & use
import { Browser4 } from "@/components/beste/piece/browser4";

<Browser4
  url="https://stripe.com/dashboard"
  secure={true}
/>