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

Avatar

Last updated 1 year 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