React Button components for Fluent UI React
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:
import { Button } from '@fluentui/react-button';
const App = () => {
return <Button content="hello, world!" />;
};