SearchBar
Components
SearchBar()
SearchBar(
props
,context
?):ReactNode
Component used as input for searches, with state controlled from parent
Parameters
Parameter | Type |
---|---|
props | SearchBarProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/SearchBar/index.tsx:28
Props
SearchBarProps
SearchBarProps:
object
Type declaration
Member | Type |
---|---|
customStyle | string |
fullWidth | boolean |
inputPlaceholderLabel | string |
inputValue | string |
onInputChange | (ev ) => void |
onKeyUp | (ev ) => void |
onSearch | (keyword ) => void |
Source
libs/design-system-components/src/components/SearchBar/index.tsx:8