@brm013/fluentui-react-forms
v0.1.0
Published
Fluent UI Form Controls with ValueLink
Downloads
1
Readme
@brm013/fluentui-react-forms
Fluent UI Form Controls with ValueLink
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