Expandable Search
A compact search pill that smoothly widens on focus with shortcut hint pills and clear button.
K
Click input or focus to test smooth width expansion
Installation
Add the component directly to your repository using shadcn CLI:
npx shadcn@latest add Surajmaurya1/easyui/expandable-search
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| placeholder | string | 'Search...' | Input placeholder text |
| onSearch | (query: string) => void | undefined | Search query callback |