# ImgurBadge

`ImgurBadge` renders a small overlay badge displaying the Imgur logo icon alongside the text "IMGUR". Similar to [`GiphyBadge`](/chat/docs/sdk/react-native/ui-components/base-ui/giphy-badge/), it is used on Imgur attachment previews to indicate the content source.

This component has no props — it reads all styling from the theme context.

## Usage

```tsx
import { ImgurBadge } from "stream-chat-react-native";

<ImgurBadge />;
```

## Props

This component does not accept any props. All visual properties are derived from the theme's semantic tokens:

| Token                | Usage                         |
| -------------------- | ----------------------------- |
| `badgeBgOverlay`     | Background color of the badge |
| `badgeTextOnInverse` | Text color                    |


---

This page was last updated at 2026-04-17T17:33:46.432Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/react-native/ui-components/base-ui/imgur-badge/](https://getstream.io/chat/docs/sdk/react-native/ui-components/base-ui/imgur-badge/).