# @fluentui/react-image

**React Image component for [Fluent UI React](https://developer.microsoft.com/en-us/fluentui)**

These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.

To import React Image component:

```js
import { Image } from '@fluentui/react-image';

const App = () => {
  return <Image src="image.png" />;
};
```
