Berry React
v4.0.0
v4.0.0
  • Introduction
  • Package
  • Getting Started
    • Pre-requisites
    • Quick Start
    • Mock backend
    • Deployment
    • Licensing
  • Setup
    • Seed
    • To Existing Project
  • Folder Structure
  • State Management
  • Multi Language
  • Authentication
    • Firebase
    • Auth0
    • AWS Cognito
    • Supabase
  • API Calls
  • Routing
    • New Menu
    • Login as First Page
    • Skip Login
    • Render Menu from the backend
    • Remove menu render via backend
  • Theme
    • Configuration
    • Presets
    • Style
      • Color
      • Typography
      • Overrides
      • Shadows
    • Layouts
    • Logo
  • How to
    • Remove eslint
    • Remove prettier
  • Components
    • Avatar
    • AnimateButton
    • Accordion
    • Breadcrumbs
    • Chip
    • ImageList
    • MainCard
    • Transitions
    • SubCard
  • Dependencies
  • Support
    • Roadmap
    • Changelog
    • FAQ
  • Berry Eco System
Powered by GitBook
On this page

Was this helpful?

  1. Components

MainCard

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/