# 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         |            |
