1.0.167 • Published 3 years ago

unity-fluent-library-azure v1.0.167

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

unity-fluent-library

A Unity UI and utility library styled as Fluent UI

NPM JavaScript Style Guide

Install

npm install --save unity-fluent-library

Usage

import React, { Component } from 'react'

import MyComponent from 'unity-fluent-library'
import 'unity-fluent-library/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © tototaba