1.0.0 • Published 6 years ago

generator-office-ui-fabric-react-control v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

generator-office-ui-fabric-react-control NPM version Build Status Dependency Status Coverage percentage

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

1.0.0

6 years ago