New to KendoReactStart a free 30-day trial

Definition

Package:@progress/kendo-react-layout

Properties

children?

ReactNode

Sets the CardSubtitle children elements.

Example:
jsx
<CardSubtitle>Subtitle Text</CardSubtitle>

Sets additional classes to the CardSubtitle.

Example:
jsx
<CardSubtitle className="custom-class">Subtitle Text</CardSubtitle>

style?

CSSProperties

Sets additional CSS styles to the CardSubtitle.

Example:
jsx
<CardSubtitle style={{ color: 'red' }}>Subtitle Text</CardSubtitle>
In this article
DefinitionPropertieschildren?className?style?
Not finding the help you need?
Contact Support