office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
44 lines • 2.73 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var React = require("react");
var Separator_Basic_Example_1 = require("./examples/Separator.Basic.Example");
var Separator_Theming_Example_1 = require("./examples/Separator.Theming.Example");
var Separator_Icon_Example_1 = require("./examples/Separator.Icon.Example");
var SeparatorBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Separator/examples/Separator.Basic.Example.tsx');
var SeparatorBasicExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/Separator/examples/Separator.Basic.Example.tsx');
var SeparatorThemingExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Separator/examples/Separator.Theming.Example.tsx');
var SeparatorThemingExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/Separator/examples/Separator.Theming.Example.tsx');
var SeparatorIconExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Separator/examples/Separator.Icon.Example.tsx');
var SeparatorIconExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/Separator/examples/Separator.Icon.Example.tsx');
exports.SeparatorPageProps = {
title: 'Separator',
componentName: 'Separator',
componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/Separator',
examples: [
{
title: 'Basic Separator with Text',
code: SeparatorBasicExampleCode,
view: React.createElement(Separator_Basic_Example_1.SeparatorBasicExample, null),
codepenJS: SeparatorBasicExampleCodepen
},
{
title: 'Basic Themed Separator with Text',
code: SeparatorThemingExampleCode,
view: React.createElement(Separator_Theming_Example_1.SeparatorThemingExample, null),
codepenJS: SeparatorThemingExampleCodepen
},
{
title: 'Separator With Icon',
code: SeparatorIconExampleCode,
view: React.createElement(Separator_Icon_Example_1.SeparatorIconExample, null),
codepenJS: SeparatorIconExampleCodepen
}
],
overview: require('!raw-loader!office-ui-fabric-react/src/components/Separator/docs/SeparatorOverview.md'),
bestPractices: '',
dos: require('!raw-loader!office-ui-fabric-react/src/components/Separator/docs/SeparatorDos.md'),
donts: require('!raw-loader!office-ui-fabric-react/src/components/Separator/docs/SeparatorDonts.md'),
isHeaderVisible: true,
isFeedbackVisible: true
};
//# sourceMappingURL=Separator.doc.js.map
;