0

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 Answers1

0

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

Lina
  • 261
  • 1
  • 4
  • As I mentioned clearly in my question, I am not asking how to use in Yo-man based project. I am asking how to do in VS based web project. Can't accept your reply as answer. – Ashish Trivedi Sep 28 '18 at 03:37
  • @AshishTrivediPlease see this link:(http://www.devx.com/blog/dev_issues/create-office-365-apps-using-office-ui-fabric-and-react.html) – Lina Sep 28 '18 at 06:50
  • your example is copy of https://github.com/OfficeDev/office-ui-fabric-react/wiki/Sample-App of which I am aware. My question is clear. Still my question unanswered. – Ashish Trivedi Sep 29 '18 at 06:23