New to KendoReactLearn about KendoReact Free.

CardHeaderProps

NameTypeDefaultDescription

children?

React.ReactNode

Sets the CardHeader children elements.

jsx
<CardHeader>Header Content</CardHeader>

className?

string

Sets additional classes to the CardHeader.

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

style?

React.CSSProperties

Sets additional CSS styles to the CardHeader.

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