New to KendoReactStart a free 30-day trial

Definition

Package:@progress/kendo-react-layout

Properties

children?

ReactNode

Sets the CardHeader children elements.

Example:
jsx
<CardHeader>Header Content</CardHeader>

Sets additional classes to the CardHeader.

Example:
jsx
<CardHeader className="custom-class">Header Content</CardHeader>

style?

CSSProperties

Sets additional CSS styles to the CardHeader.

Example:
jsx
<CardHeader style={{ fontWeight: 'bold' }}>Header Content</CardHeader>
In this article
DefinitionPropertieschildren?className?style?
Not finding the help you need?
Contact Support