# @fluentui/react-button

**React Button components 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 Button components:

```js
import { Button } from '@fluentui/react-button';

const App = () => {
  return <Button content="hello, world!" />;
};
```
