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
Parameter | Type |
---|---|
props | SearchStartProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/SearchStartCard/index.tsx:28
Props
SearchStartProps
SearchStartProps:
PropsWithChildren
<object
>
Type declaration
Member | Type |
---|---|
handleSearch | (val ) => void |
handleTopMenuClick | () => void |
inputPlaceholderLabel | string |
searchKeyword | string |
titleLabel | string |
Source
libs/design-system-components/src/components/SearchStartCard/index.tsx:11