> For the complete documentation index, see [llms.txt](https://codedthemes.gitbook.io/berry/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codedthemes.gitbook.io/berry/components/subcard.md).

# SubCard

This represents the MUI Card component

This component extends the original component provided by MUI: <https://mui.com/material-ui/react-card/>

|              |                             |            |
| ------------ | --------------------------- | ---------- |
| children     | ReactNode \| string \| null |            |
| content      | boolean                     | true,false |
| className    | string                      |            |
| contentClass | string                      |            |
| darkTitle    | boolean                     | true,false |
| secondary    | ReactNode \| string         |            |
| contentSX    | SxProps                     |            |
| title        | ReactNode \| string         |            |
| sx           | CardProps                   |            |
| footerSX     | SxProps                     |            |
| actions      | ReactNode \| string         |            |
