Combined control with a left scope dropdown and a wider query input sharing a single pill.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Search15 } from "@/components/beste/piece/search15";
<Search15
scope="in: workspace"
placeholder="Search issues, docs, and threads…"
/>Focused search input with a typed query, blinking caret, hit counter, and clear button.
Ghost pill button with a leading search icon, placeholder text, and a trailing keyboard shortcut badge. Useful as a header command-palette trigger.
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.
Popover that opens on focus and lists prior queries with a clock icon and remove control.
⌘K modal with a query bar, three typed results, and a keyboard-hint footer at the bottom.