@fluentui/react-experiments

Experimental React components for building experiences for Microsoft 365.

Usage no npm install needed!

<script type="module">
  import fluentuiReactExperiments from 'https://cdn.skypack.dev/@fluentui/react-experiments';
</script>

README

@fluentui/react-experiments

Experimental components for Fluent UI React (formerly Office UI Fabric React)

These are not production-ready components and should never be used in product unless you are the CODEOWNER of the component and are responsible for reviewing all PRs involving this component. This experimental space is useful for testing new components whose APIs might change before final release.

To import experimental components:

import { ComponentName } from '@fluentui/react-experiments/lib/ComponentName';

Testing locally

To run the local demo app for this project, first follow the setup instructions for the Fluent UI React repo. Then when running yarn start from the root of the repo, choose the @fluentui/react-experiments option.