> 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/v3.9.0/components/maincard.md).

# MainCard

This represents 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          |
| sx           | CardProps\['sx']           |                     |
| secondary    | CardHeaderProps\['action'] |                     |
| shadow       | string                     |                     |
| elevation    | number                     |                     |
| title        | ReactNode \| string        |                     |
