Search Field

Static search affordance with a lucide icon, placeholder, and an optional shortcut chip on the right.

Search anything...

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

Import & use
import { Search1 } from "@/components/beste/piece/search1";

<Search1
  placeholder="Search anything..."
  shortcut={[
    "⌘",
    "K"
  ]}
/>