wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
18 lines (17 loc) • 726 B
text/typescript
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/>
 - The \`category\` prop is the story page category.<br/>
 - The \`title\` prop is the story (component) name.<br/>
 - The \`optional\` prop is used to display whether the component is optionally used within a composite.`,
example: '_includedComponents',
},
],
};