Search Shortcut

Ghost pill button with a leading search icon, placeholder text, and a trailing keyboard shortcut badge. Useful as a header command-palette trigger.

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

Import & use
import { Search22 } from "@/components/beste/piece/search22";

<Search22
  placeholder="Search docs, blocks, components..."
  shortcut="⌘K"
/>