office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
29 lines • 1.71 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var React = require("react");
var SwatchColorPicker_Basic_Example_1 = require("./examples/SwatchColorPicker.Basic.Example");
var SwatchColorPicker_checklist_1 = require("./SwatchColorPicker.checklist");
var SwatchColorPickerBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/SwatchColorPicker/examples/SwatchColorPicker.Basic.Example.tsx');
exports.SwatchColorPickerPageProps = {
title: 'SwatchColorPicker',
componentName: 'SwatchColorPicker',
componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/SwatchColorPicker',
componentStatus: SwatchColorPicker_checklist_1.SwatchColorPickerStatus,
examples: [
{
title: 'SwatchColorPicker',
code: SwatchColorPickerBasicExampleCode,
view: React.createElement(SwatchColorPicker_Basic_Example_1.SwatchColorPickerBasicExample, null)
}
],
propertiesTablesSources: [
require('!raw-loader!office-ui-fabric-react/src/components/SwatchColorPicker/SwatchColorPicker.types.ts')
],
overview: require('!raw-loader!office-ui-fabric-react/src/components/SwatchColorPicker/docs/SwatchColorPickerOverview.md'),
bestPractices: '',
dos: require('!raw-loader!office-ui-fabric-react/src/components/SwatchColorPicker/docs/SwatchColorPickerDos.md'),
donts: require('!raw-loader!office-ui-fabric-react/src/components/SwatchColorPicker/docs/SwatchColorPickerDonts.md'),
isHeaderVisible: true,
isFeedbackVisible: true
};
//# sourceMappingURL=SwatchColorPicker.doc.js.map
;