office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
30 lines • 1.74 kB
JavaScript
define(["require", "exports", "react", "./examples/ColorPicker.Basic.Example", "./ColorPicker.checklist"], function (require, exports, React, ColorPicker_Basic_Example_1, ColorPicker_checklist_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ColorPickerBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ColorPicker/examples/ColorPicker.Basic.Example.tsx');
exports.ColorPickerPageProps = {
title: 'ColorPicker',
componentName: 'ColorPicker',
componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/ColorPicker',
componentStatus: ColorPicker_checklist_1.ColorPickerStatus,
examples: [
{
title: 'Default ColorPicker',
code: ColorPickerBasicExampleCode,
view: React.createElement(ColorPicker_Basic_Example_1.ColorPickerBasicExample, null)
}
],
propertiesTablesSources: [
require('!raw-loader!office-ui-fabric-react/src/components/ColorPicker/ColorPicker.types.ts'),
require('!raw-loader!office-ui-fabric-react/src/components/ColorPicker/ColorRectangle/ColorRectangle.types.ts'),
require('!raw-loader!office-ui-fabric-react/src/components/ColorPicker/ColorSlider/ColorSlider.types.ts')
],
overview: require('!raw-loader!office-ui-fabric-react/src/components/ColorPicker/docs/ColorPickerOverview.md'),
bestPractices: '',
dos: '',
donts: '',
isHeaderVisible: true,
isFeedbackVisible: true
};
});
//# sourceMappingURL=ColorPicker.doc.js.map