Scoped Search

Combined control with a left scope dropdown and a wider query input sharing a single pill.

Search issues, docs, and threads…

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Search15 } from "@/components/beste/piece/search15";

<Search15
  scope="in: workspace"
  placeholder="Search issues, docs, and threads…"
/>