Skip to content

Latest commit

 

History

History
 
 

storybook

@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.

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

addDecorator(withStrictMode);