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.
- The \`category\` prop is the story page category.
- The \`title\` prop is the story (component) name.
- The \`optional\` prop is used to display whether the component is optionally used within a composite.`,
example: '_includedComponents',
},
],
};