Back to Fluentui

@fluentui/storybook

packages/storybook/README.md

4.40.2-hotfix2468 B
Original Source

@fluentui/storybook

Storybook addons for Fluent UI React

Addons

Learn more about storybook addons here.

Decorator: withStrictMode

This adds a knob for wrapping a story in React.StrictMode.

js
import { addDecorator } from '@storybook/react-webpack5';
import { withStrictMode } from '@fluentui/storybook';

addDecorator(withStrictMode);