1.0.41 • Published 3 years ago

unity-fluent-library-demo-demo v1.0.41

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

unity-fluent-library-demo

A Unity UI and utility library styled as Fluent UI

NPM JavaScript Style Guide

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