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

9.2.32 • Public • Published

@fluentui/react-badge

Badge components for Fluent UI

A badge is an additional visual descriptor for UI elements. It can be used to denote numerical value, status or general information.

Usage

To import Badge:

import { Badge, CounterBadge, PresenceBadge } from '@fluentui/react-components';

Examples

<Badge>999+</Badge>
<Badge appearance="filled">999+</Badge>
<Badge shape="rounded" />
<Badge size="medium" icon={<PasteIcon />} />
<CounterBadge count={5} appearance="ghost" />
<CounterBadge count={0} dot />
<CounterBadge count={5} size="extra-large" />
<PresenceBadge status="available" />
<PresenceBadge status="away" />
<PresenceBadge outOfOffice status="do-not-disturb" />

See Fluent UI Storybook for more detailed usage examples.

Alternatively, run Storybook locally with:

  1. yarn start
  2. Select react-badge 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 Badge component implementations.

/@fluentui/react-badge/

    Package Sidebar

    Install

    npm i @fluentui/react-badge

    Weekly Downloads

    84,028

    Version

    9.2.32

    License

    MIT

    Unpacked Size

    338 kB

    Total Files

    89

    Last publish

    Collaborators

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