import { Canvas, Meta, ArgTypes } from '@storybook/blocks';
import { ThemeProvider } from 'styled-components';
import * as BadgeStories from './Badge.stories.tsx';
import Badge from './';
import { lightTheme } from '../../../theme/';
import { GlobalStyles } from '../../../theme/GlobalStyles';
import { Lock } from '../icons';
# Badge
Badge contains a numeric value and indicates a running tally, such as the number of unread messages in a room.
## Importing
```javascript
import { Badge } from 'amazon-chime-sdk-component-library-react';
```
## Example
```jsx
}
/>
}
/>
```
### Using Alert Status
```jsx
}
status="alert"
/>
}
status="alert"
/>
```
## Props