Search header with category tabs that show per-tab counts and an underline for the active one.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Search13 } from "@/components/beste/piece/search13";
<Search13
query="onboarding"
tabs={[
{
"label": "All",
"count": 48
},
{
"label": "Pages",
"count": 22
},
{
"label": "Files",
"count": 14
},
{
"label": "People",
"count": 12
}
]}
activeIndex={1}
/>Command menu with two sectioned buckets of results, each prefixed by a category label.
Focused search input with a typed query, blinking caret, hit counter, and clear button.
Search field followed by a row of trending query chips led by a small flame label.
SERP-style card with a breadcrumb trail, linked title, and body snippet with highlighted terms.
Image-attached search bar with an attached file chip, camera capture, and a search icon button.
Combined control with a left scope dropdown and a wider query input sharing a single pill.