Profile Switcher

Account menu listing profiles with the active one checked and a manage row.

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

Import & use
import { Browser30 } from "@/components/beste/piece/browser30";

<Browser30
  accounts={[
    {
      "name": "Mara Lindqvist",
      "email": "mara@auralis.studio",
      "initials": "ML",
      "active": true
    },
    {
      "name": "Personal",
      "email": "mara@gmail.com",
      "initials": "MP"
    }
  ]}
  manageLabel="Manage profiles"
/>