@fluentui/react-avatar
TypeScript icon, indicating that this package has built-in type declarations

9.7.7 • Public • Published

@fluentui/react-avatar

React Avatar components for Fluent UI

The Avatar component represents a person or entity. It displays the person's image, initials, or an icon, and can be either circular or square.

Usage

To import Avatar:

import { Avatar } from '@fluentui/react-components';

Examples

<Avatar name="Miguel Garcia" />
<Avatar size={72} name="Mona Kane" image="./MonaKane.jpg" />
<Avatar shape="square" icon={<IDBadgeIcon />} />

Displaying a badge:

<Avatar name="Allan Munger" badge={<PresenceBadge status="busy">} />

With active state indication:

<Avatar name="Daisy Phillips" active={true} activeAppearance="ring-shadow" />
<Avatar name="Robin Counts" active={false} activeAppearance="ring-shadow" />

See Fluent UI Storybook for more detailed usage examples.

Alternatively, run Storybook locally with:

  1. yarn start
  2. Select react-avatar from the list.

Specification

See SPEC.md.

Migration Guide

If you're upgrading to Fluent UI v9 see MIGRATION.md for guidance on updating to the latest Avatar implementation.

/@fluentui/react-avatar/

    Package Sidebar

    Install

    npm i @fluentui/react-avatar

    Weekly Downloads

    154,494

    Version

    9.7.7

    License

    MIT

    Unpacked Size

    727 kB

    Total Files

    154

    Last publish

    Collaborators

    • chrisdholt
    • miroslavstastny
    • levithomason
    • uifabricteam
    • uifrnbot
    • layershifter
    • ling1726
    • travisspomer
    • justslone
    • microsoft1es
    • sopranopillow