UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

18 lines (17 loc) 726 B
export 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/> &emsp;- The \`category\` prop is the story page category.<br/> &emsp;- The \`title\` prop is the story (component) name.<br/> &emsp;- The \`optional\` prop is used to display whether the component is optionally used within a composite.`, example: '_includedComponents', }, ], };