React-based UI component library implementing Fluent UI design for Univerus internal projects
yarn install unity-fluent-library
import React from 'react';
import {
Typography
} from 'unity-fluent-library';
const Example = () => <Typography variant="h2">Heading</Typography>;
export default Example;
MIT © Univerus