New to KendoReactStart a free 30-day trial

CardBodyProps

Interface

Definition

Package:@progress/kendo-react-layout

Properties

children?

ReactNode

Sets the CardBody children elements.

Example:
jsx
<CardBody>Body Content</CardBody>

Sets additional classes to the CardBody.

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

style?

CSSProperties

Sets additional CSS styles to the CardBody.

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