Ecme logoEcme logo
Dashboard
    Ecommerce
    Project
    Marketing
    Analytic
Network
    BGP
      Peer
      RTBH
DPI
    Overview
    Traffic Logs
    Analysis
      IP Analysis
      Domain Check
      nav.dpi.analysis.unmapped-asns
    Threats
      Blacklists
      nav.dpi.threats.feeds
    Configuration
      Senders
      Ignored Domains
Concepts
    AI
      Chat
      Image
    Projects
      Scrum Board
      List
      Details
      Tasks
      Issue
    Customer
      List
      Edit
      Create
      Details
    Products
      List
      Edit
      Create
    Orders
      List
      Edit
      Create
      Details
    Account
      Settings
      Activity log
      Roles & Permissions
      Pricing
    Help Center
      Support Hub
      Article
      Edit Article
      Manage Article
    Calendar
    File Manager
    Mail
    Chat
UI Components
    Common
      Button
      Grid
      Typography
      Icons
    Feedback
      Alert
      Dialog
      Drawer
      Progress
      Skeleton
      Spinner
      Toast
    Data Display
      Avatar
      Badge
      Calendar
      Cards
      Carousel
      Table
      Tag
      Timeline
      Tooltip
    Forms
      Checkbox
      Date Picker
      Form Control
      Input
      Input Group
      Radio
      Segment
      Select
      Slider
      Switcher
      Time Input
      Upload
    Navigation
      Dropdown
      Menu
      Pagination
      Steps
      Tabs
    Graph
      Charts
      Maps
Authentication
    Sign In
      Simple
      Side
      Split
    Sign Up
      Simple
      Side
      Split
    Forgot Password
      Simple
      Side
      Split
    Reset Password
      Simple
      Side
      Split
    Otp Verification
      Simple
      Side
      Split
Others
    Access Denied
    Landing
Guide
    Documentation
    Shared Component
    Utilities
    Changelog
Copyright © 2026 Ecme All rights reserved.
Term & Conditions | Privacy & Policy

Avatar

Avatar component is used to represent a user or product brand, it can display text, icons, or images.

Shape

Avatar shape can be a circle, rounded or square.

Size

Avatar component comes in 3 sizes sm, md and lg, it also allow to to set custom size.

Type

Avatar can display in text, icons, or images
AT

Color

Colors can be apply to text & icons avatar via props backgroundColor & textColor
A

Status

Avatar can also have status badge along with Badge component.
99

Avatar Group

Chain multiple Avatar in a row
+2

API

Avatar
PropDescriptionTypeDefault
shapeShape of Avatar'rounded-sm' | 'square' | 'circle''rounded-sm'
sizeSize of Avatar'lg' | 'md' | 'sm' | number'md'
iconAvatar IconReactNode-
srcImage url of Avatar imagestring-
srcSetsrcset attribute for Avatar imagestring-
altalt attribute for Avatar imagestring-
Avatar.Group
PropDescriptionTypeDefault
chainedWhether to stack avatars within groupbooleanfalse
maxCountLimited avatars to display & append an ommited avatarnumber4
omittedAvatarContentCustom omitted avatar contentstring | ReactNode
omittedAvatarPropsOmitted avatar propsObject (Refer to Avatar props above)-
omittedAvatarTooltipWhether to enable tooltip for omitted avatarbooleanfalse
onOmittedAvatarClickCallback when omitted avatar clicked() => void-
omittedAvatarTooltipPropsProps for omitted avatar tooltip, refer to tooltip props for detailsObject-
TABLE OF CONTENT
  • Shape
  • Size
  • Type
  • Color
  • Status
  • Avatar Group