unity-fluent-library-demo
A Unity UI and utility library styled as Fluent UI
Install
npm install --save unity-fluent-library-demo
Usage
import React, { Component } from 'react'
import MyComponent from 'unity-fluent-library-demo'
import 'unity-fluent-library-demo/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © tototaba