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 { Search22 } from "@/components/beste/piece/search22";
<Search22
placeholder="Search docs, blocks, components..."
shortcut="⌘K"
/>