Account menu listing profiles with the active one checked and a manage row.
New here? Read the installation guide.
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"
/>Find bar with the query, a current-of-total match counter, and prev/next/close controls.
Static browser tab row with favicons and titles. Decorative, not interactive.
Bookmark confirmation popover with a name field, folder picker, and actions.
Search input with blinking cursor above a stacked suggestion list. Recent items swap in a clock icon.