Berry React
v3.8.0
v3.8.0
  • Documentation
  • 🎺About - Berry Remix
  • Pre-requisites
  • Quick Start
  • Folder Structure
  • State Management
  • Internationalization
  • Authentication
  • Axios API Calls
  • Routing
  • Project Configuration
  • Color Presets
  • Theme/Style Configuration
  • How to
    • Login as First Page
    • Add a menu from the backend
    • Remove eslint
    • Remove prettier
  • Integration
    • seed
    • To Existing Project
  • Component
    • Avatar
    • AnimateButton
    • Accordion
    • Breadcrumbs
    • Chip
    • ImageList
    • MainCard
    • Transitions
    • SubCard
  • Resources
  • Roadmap
  • Support
  • Changelog
  • FAQ
  • Berry Eco System
Powered by GitBook
On this page

Was this helpful?

  1. Component

MainCard

Last updated 1 year ago

Was this helpful?

This represents MUI Card component

This component extends the original component provided by MUI:

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

https://mui.com/material-ui/react-card/