New to KendoReactLearn about KendoReact Free.

CardFooterProps

NameTypeDefaultDescription

children?

React.ReactNode

Sets the CardFooter children elements.

jsx
<CardFooter>Footer Content</CardFooter>

className?

string

Sets additional classes to the CardFooter.

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

style?

React.CSSProperties

Sets additional CSS styles to the CardFooter.

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