import React from 'react' import { storiesOf } from '@storybook/react' import { action } from '@storybook/addon-actions' import { Menu, MenuItem, MenuItemGroup } from 'components/UI' storiesOf('Components', module).addWithChapters('Menu', { subtitle: 'A section heading with on optional title, subtitle, and icon.', chapters: [ { sections: [ { sectionFn: () => (
) } ] } ] })