The props for the component.
Props for the SearchBar component.
Optional
className?: stringAdditional css classes to help with unique styling of the search bar
Optional
isFullWidth?: booleanOptional boolean to set the input base to full width
Callback fired to handle the search query is updated
Optional
placeholder?: stringOptional string that appears in the search bar without a search string
Seach query for the search bar
A search bar component with a search icon and a clear button when the search query is not empty.