react fabric UI code example
Example 1: react material ui
npm install @material-ui/core
Example 2: office ui fabric
<body class="ms-Fabric" dir="ltr">
<span class="ms-font-su ms-fontColor-themePrimary">Big blue text</span>
</body>
npm install @material-ui/core
<body class="ms-Fabric" dir="ltr">
<span class="ms-font-su ms-fontColor-themePrimary">Big blue text</span>
</body>