Popover that opens on focus and lists prior queries with a clock icon and remove control.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Search6 } from "@/components/beste/piece/search6";
<Search6
placeholder="Search workspace…"
recents={[
"invoice template",
"onboarding checklist",
"Q1 roadmap",
"kickoff notes"
]}
/>Search popover listing named saved queries with pin or star markers and a raw query beneath.
Focused search input with a typed query, blinking caret, hit counter, and clear button.
Search popover mid-query with a spinner in the input and three shimmering skeleton rows.
Mention-style popover listing matching people with avatars, role lines, and a presence dot.
Combined control with a left scope dropdown and a wider query input sharing a single pill.
Image-attached search bar with an attached file chip, camera capture, and a search icon button.