Row of bookmark chips with folder or star icons. Short labels with soft hover states.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Browser5 } from "@/components/beste/piece/browser5";
<Browser5
bookmarks={[
{
"label": "Work",
"folder": true
},
{
"label": "GitHub"
},
{
"label": "Linear"
},
{
"label": "Figma"
},
{
"label": "Reading"
}
]}
/>