New to KendoReactLearn about KendoReact Free.

CardSubtitleProps

NameTypeDefaultDescription

children?

React.ReactNode

Sets the CardSubtitle children elements.

jsx
<CardSubtitle>Subtitle Text</CardSubtitle>

className?

string

Sets additional classes to the CardSubtitle.

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

style?

React.CSSProperties

Sets additional CSS styles to the CardSubtitle.

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