office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
36 lines • 2.24 kB
JavaScript
define(["require", "exports", "react", "./examples/Rating.Basic.Example", "./examples/Rating.ButtonControlled.Example", "./Rating.checklist"], function (require, exports, React, Rating_Basic_Example_1, Rating_ButtonControlled_Example_1, Rating_checklist_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var RatingBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Rating/examples/Rating.Basic.Example.tsx');
var RatingBasicExampleCodepen = require('!raw-loader!office-ui-fabric-react/lib/codepen/components/Rating/Rating.Basic.Example.Codepen.txt');
var RatingButtonControlledExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Rating/examples/Rating.ButtonControlled.Example.tsx');
exports.RatingPageProps = {
title: 'Rating',
componentName: 'Rating',
componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/Rating',
componentStatus: Rating_checklist_1.RatingStatus,
examples: [
{
title: 'Rating',
code: RatingBasicExampleCode,
view: React.createElement(Rating_Basic_Example_1.RatingBasicExample, null),
codepenJS: RatingBasicExampleCodepen
},
{
title: 'Button Controlled Rating',
code: RatingButtonControlledExampleCode,
view: React.createElement(Rating_ButtonControlled_Example_1.RatingButtonControlledExample, null)
}
],
propertiesTablesSources: [
require('!raw-loader!office-ui-fabric-react/src/components/Rating/Rating.types.ts')
],
overview: require('!raw-loader!office-ui-fabric-react/src/components/Rating/docs/RatingOverview.md'),
bestPractices: '',
dos: require('!raw-loader!office-ui-fabric-react/src/components/Rating/docs/RatingDos.md'),
donts: require('!raw-loader!office-ui-fabric-react/src/components/Rating/docs/RatingDonts.md'),
isHeaderVisible: true,
isFeedbackVisible: true
};
});
//# sourceMappingURL=Rating.doc.js.map