SearchField
Component which allows user to enter and clear a search query.
The <SearchField> component offers a user-friendly input field specifically designed for search queries, often accompanied by a search icon or button to initiate the search action.
Anatomy
A <SearchField> consists of an input element, a label, and an optional clear button.
Appearance
The appearance of a component can be customized using the variant and size props. These props adjust the visual style and dimensions of the component, available values are based on the active theme.
| Property | Type | Description |
|---|---|---|
variant | - | The available variants of this component. |
size | - | The available sizes of this component. |
Usage
The <SearchField> component is a versatile UI element that enables users to search for specific information within a given context or data set.
Placement
The placement of a search field plays a critical role in its effectiveness and usability. A well-positioned search field ensures users can easily find and use it, enhancing their overall experience on a website or application.


Don't place the search field in an obscure location.
Props
SearchField
Prop
Type