The SearchInput is a styled input field with a built-in search icon, ideal for search bars in modern UIs.
The SearchInput component combines a clean, rounded input with an integrated search icon button. Great for site-wide search bars, dashboards, or filtering lists.
| Component | Prop | Type | Description |
|---|---|---|---|
| SearchInput | placeholder | string | Placeholder text shown when the input is empty. |
| type | string | The HTML input type (default is "text"). |