New to KendoReactStart a free 30-day trial

Definition

Package:@progress/kendo-react-layout

Properties

children?

ReactNode

Sets the CardFooter children elements.

Example:
jsx
<CardFooter>Footer Content</CardFooter>

Sets additional classes to the CardFooter.

Example:
jsx
<CardFooter className="custom-class">Footer Content</CardFooter>

style?

CSSProperties

Sets additional CSS styles to the CardFooter.

Example:
jsx
<CardFooter style={{ textAlign: 'center' }}>Footer Content</CardFooter>
In this article
DefinitionPropertieschildren?className?style?
Not finding the help you need?
Contact Support