UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

27 lines 1.56 kB
import * as React from 'react'; import { SwatchColorPickerBasicExample } from './examples/SwatchColorPicker.Basic.Example'; import { SwatchColorPickerStatus } from './SwatchColorPicker.checklist'; var SwatchColorPickerBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/SwatchColorPicker/examples/SwatchColorPicker.Basic.Example.tsx'); export var 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: SwatchColorPickerStatus, examples: [ { title: 'SwatchColorPicker', code: SwatchColorPickerBasicExampleCode, view: React.createElement(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