# MainCard

This represents the MUI Card component

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

|              |                            |                     |
| ------------ | -------------------------- | ------------------- |
| border       | boolean                    | true(default),false |
| boxShadow    | boolean                    | true(default),false |
| children     | ReactNode \| string        |                     |
| style        | CSSProperties              |                     |
| content      | boolean                    | true,false          |
| className    | string                     |                     |
| contentClass | string                     |                     |
| contentSX    | CardContentProps\['sx']    |                     |
| darkTitle    | boolean                    | true,false          |
| headerSX     | CardHeaderProps\['sx']     |                     |
| sx           | CardProps\['sx']           |                     |
| secondary    | CardHeaderProps\['action'] |                     |
| shadow       | string                     |                     |
| elevation    | number                     |                     |
| title        | ReactNode \| string        |                     |
| ref          | Ref\<HTMLDivElement>       |                     |
