# @fluentui/react-badge **Badge components for [Fluent UI](https://react.fluentui.dev/)** 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: ```js import { Badge, CounterBadge, PresenceBadge } from '@fluentui/react-components'; ``` ### Examples ```jsx 999+ 999+ } /> ``` See [Fluent UI Storybook](https://react.fluentui.dev/) for more detailed usage examples. Alternatively, run Storybook locally with: 1. `yarn start` 2. Select `react-badge` from the list. ### Specification See [SPEC.md](./SPEC.md). ### Migration Guide If you're upgrading to Fluent UI v9 see [MIGRATION.md](./MIGRATION.md) for guidance on updating to the latest Badge component implementations.