CardFooterProps
CardFooterProps =
object
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
as? | React.ElementType | A React component or the name of an HTML tag used to render the element. Default footer |
children? | React.ReactNode | Content to render within the element. |
className? | string | A class property to attach to the element. See Element.className |