PageHeader
Components
PageHeader()
PageHeader(
props
,context
?):ReactNode
Component used to display a header for each page in the vibes and vibes console apps
Parameters
Parameter | Type |
---|---|
props | PropsWithChildren <PageHeaderProps > |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/PageHeader/index.tsx:21
Props
PageHeaderProps
PageHeaderProps:
PageButtonsProps
&object
Type declaration
Member | Type |
---|---|
customStyle | string |
label | string |
labelTextVariant | TextProps ["variant" ] |
Source
libs/design-system-components/src/components/PageHeader/index.tsx:9