Search input with blinking cursor above a stacked suggestion list. Recent items swap in a clock icon.
New here? Read the installation guide.
import { Browser15 } from "@/components/beste/piece/browser15";
<Browser15
query="react"
suggestions={[
{
"label": "react server components"
},
{
"label": "react query vs swr"
},
{
"label": "react 19 release notes",
"recent": true
},
{
"label": "react suspense patterns"
}
]}
/>Find bar with the query, a current-of-total match counter, and prev/next/close controls.
3×2 grid of colored initial tiles with site names below. Classic new-tab quick launcher.