UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

16 lines 893 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { description: 'This section should provide information about which components are included with a components composition.', do: [ 'Use it to explain which component included within a specific composition', ], featureExamples: [ { title: 'Included Components Section', description: "Provide a list of components included in a specific components composition.<br/>\n &emsp;- The `category` prop is the story page category.<br/>\n &emsp;- The `title` prop is the story (component) name.<br/>\n &emsp;- The `optional` prop is used to display whether the component is optionally used within a composite.", example: '_includedComponents', }, ], }; //# sourceMappingURL=IncludedComponents.content.js.map