import * as React from 'react'; import { withKnobs } from '@storybook/addon-knobs'; import { Description, Divider, Dropdown, Wrapper } from '../../..'; import { Tooltip } from './tooltip.component'; export default { title: 'GEENEE-UI/Tooltip', component: Dropdown, decorators: [ withKnobs ] }; export const Playground = () => ( Small text Large text Whether to adjust popup placement automatically when popup is off screen ) } margin="xl" menuWidth="200px" > With image );