Skip to main content

SearchBar

Components

SearchBar(props, context?): ReactNode

Component used as input for searches, with state controlled from parent

Parameters

ParameterType
propsSearchBarProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/SearchBar/index.tsx:28

Props

SearchBarProps

SearchBarProps: object

Type declaration

MemberType
customStylestring
fullWidthboolean
inputPlaceholderLabelstring
inputValuestring
onInputChange(ev) => void
onKeyUp(ev) => void
onSearch(keyword) => void

Source

libs/design-system-components/src/components/SearchBar/index.tsx:8