UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

36 lines 1.94 kB
import * as React from 'react'; import { RatingBasicExample } from './examples/Rating.Basic.Example'; import { RatingButtonControlledExample } from './examples/Rating.ButtonControlled.Example'; import { RatingStatus } from './Rating.checklist'; 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'); export var 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: RatingStatus, examples: [ { title: 'Rating', code: RatingBasicExampleCode, view: React.createElement(RatingBasicExample, null), codepenJS: RatingBasicExampleCodepen }, { title: 'Button Controlled Rating', code: RatingButtonControlledExampleCode, view: React.createElement(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