@uifabric/experiments
v7.45.26
Published
Experimental React components for building experiences for Microsoft 365.
Downloads
58,696
Keywords
Readme
@uifabric/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 '@uifabric/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 @uifabric/experiments
option.