import * as React from 'react' import { withTheme } from 'utils' import { storiesOf } from '@storybook/react' import Button from 'Button' import Tag from 'Tag' import Box from 'Box' import Icon from 'Icon' import Group from '.' const stories = storiesOf('Group', module) stories.add('group buttons', withTheme(() => { return (