fbredius/storybook

View on GitHub
examples/official-storybook/stories/addon-docs/mixed-leaves-folder.stories.js

Summary

Maintainability
A
0 mins
Test Coverage
// This example exists solely to demonstrate nav hierarchy
// in --docs mode when a folder contains both a component and
// individual stories
//
// See also ./mixed-leaves-component.stories.js

export default {
  title: 'Addons/Docs/Mixed Leaves',
  parameters: { chromatic: { disable: true } },
};

export const A = () => 'a';