generator-office-ui-fabric-react-control
v1.0.0
Published
Yeoman generator for office-ui-fabric-react controls
Downloads
3
Readme
generator-office-ui-fabric-react-control
Yeoman generator to create new office-ui-fabric-react controls that are style and theme aware.
Installation
Install Yeoman and generator-office-ui-fabric-react-control using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-office-ui-fabric-react-control
Then, on a clone of https://github.com/OfficeDev/office-ui-fabric-react, in the packages/experiments
folder, generate a new control.
cd office-ui-fabric-react/packages/experiments
yo office-ui-fabric-react-control
After the control is generated, run npm start
and the demo page will show the new UI control.
License
MIT © Fabio Pintos