How to use the @vx/tooltip/build/enhancers/withTooltip function in @vx/tooltip

To help you get started, we’ve selected a few @vx/tooltip examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github williaster / data-ui / packages / shared / src / enhancer / WithTooltip.jsx View on Github external
{...tooltipProps}
          >
            {tooltipContent}
          
        )}

        {HoverStyles && }
      
    );
  }
}

WithTooltip.propTypes = propTypes;
WithTooltip.defaultProps = defaultProps;

export default withTooltip(WithTooltip);

@vx/tooltip

vx tooltip

MIT
Latest version published 4 years ago

Package Health Score

75 / 100
Full package analysis