Multi-filter search bar with removable token chips inline with the placeholder.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Search5 } from "@/components/beste/piece/search5";
<Search5
placeholder="Search issues…"
filters={[
"status: open",
"priority: high",
"label: bug"
]}
/>Image-attached search bar with an attached file chip, camera capture, and a search icon button.
A single-line search field with a leading magnifier, placeholder, and a monospace keyboard shortcut chip.
Command menu with two sectioned buckets of results, each prefixed by a category label.
Pill-shaped hero search bar with an embedded solid CTA button and a helper caption below.
Search field followed by a row of trending query chips led by a small flame label.
Combined control with a left scope dropdown and a wider query input sharing a single pill.