New to KendoReactLearn about KendoReact Free.

CardBodyProps

NameTypeDefaultDescription

children?

React.ReactNode

Sets the CardBody children elements.

jsx
<CardBody>Body Content</CardBody>

className?

string

Sets additional classes to the CardBody.

jsx
<CardBody className="custom-class">Body Content</CardBody>

style?

React.CSSProperties

Sets additional CSS styles to the CardBody.

jsx
<CardBody style={{ padding: '20px' }}>Body Content</CardBody>
Not finding the help you need?
Contact Support