Adding Office UI Fabric react components to Office Add-in web project in visual studio

388 views Asked by At

I am aware that we can use Yo-man and VS template to create office add-in. Yo-man provide more options on building package depending on the framework we select. I am wondering if we can add Office UI fabric react components to the web project of Office add-in in Visual Studio. There is no documentation also on using it in Asp.net core. Same question here unanswered officially. Implementing (Fabric UI) React in an (Office Web Add-In) ASP.net project

1

There are 1 answers

3
Lina On

To get started using Fabric React's components in your add-in, perform the following steps.

Step 1 - Create your project with the Yeoman generator for Office

Step 2 - Add a Fabric React component

Step 3 - Add the React component to your add-in

For more information, please see the following link:

Use Office UI Fabric React in Office Add-ins