Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@brm013/fluentui-react-forms

brm01316MIT0.1.0TypeScript support: included

Fluent UI Form Controls with ValueLink

readme

@brm013/fluentui-react-forms

Fluent UI Form Controls with ValueLink

NPM JavaScript Style Guide

Install

npm install --save @brm013/fluentui-react-forms

Usage

import React, { Component } from 'react'

import MyComponent from '@brm013/fluentui-react-forms'
import '@brm013/fluentui-react-forms/dist/index.css'

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

License

MIT © BRM013