Skip to main content

SearchStartCard

Components

SearchStartCard()

SearchStartCard(props, context?): ReactNode

Component used as a header in the search app Renders a title, a menu icon, a search input and children

Parameters

ParameterType
propsSearchStartProps
context?any

Returns

ReactNode

Source

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

Props

SearchStartProps

SearchStartProps: PropsWithChildren<object>

Type declaration

MemberType
handleSearch(val) => void
handleTopMenuClick() => void
inputPlaceholderLabelstring
searchKeywordstring
titleLabelstring

Source

libs/design-system-components/src/components/SearchStartCard/index.tsx:11