Fluent UI Form Controls with ValueLink
npm install --save @brm013/fluentui-react-formsimportReact,{Component}from'react'importMyComponentfrom'@brm013/fluentui-react-forms'import'@brm013/fluentui-react-forms/dist/index.css'classExampleextendsComponent{render(){return<MyComponent/>}}MIT © BRM013