Berry React
v3.9.1
v3.9.1
  • Introduction
  • Package
  • Getting Started
    • Pre-requisites
    • Quick Start
    • Mock backend
    • Deployment
    • Licensing
  • Setup
    • Seed
    • To Existing Project
  • Folder Structure
  • State Management
  • Multi Language
  • Authentication
    • AWS Cognito
    • Auth0
    • Firebase
  • API Calls
  • Routing
    • New Menu
    • Login as First Page
    • Skip Login
      • VITE
      • NextJS
    • 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
    • Vite js
    • Next js
  • Support
    • Roadmap
    • Changelog
    • FAQ
  • 🎺About - Berry Remix
  • Berry Eco System
Powered by GitBook
On this page

Was this helpful?

  1. Components

Avatar

Last updated 11 months ago

Was this helpful?

This component extends the original component provided by MUI:

The extended properties are:

Property
Type
Props Value

color

ColorProps

primary (default), secondary, info, success, warning, error, inherit, default

children

ReactNode

size

SizeProps

md , badge, xs, sm, lg, xl

outline

boolean

true (default), false

target

LinkTarget

alt

string

href

string

src

string

className

CSSProperties

component

OverridableComponent

sx

AvatarProps[]

Live Preview:

Asterisk (*) indicates required props.

https://mui.com/material-ui/react-avatar/
https://berrydashboard.io/basic/avatar