UNPKG

@worldresources/gfw-components

Version:

React component library for the Global Forest Watch project.

7 lines (6 loc) 246 B
Tippy.js tooltip with default styles. You can pass any props from the [Tippy.js](https://atomiks.github.io/tippyjs/v6/all-props/) docs. ```jsx <Tooltip content="tooltip content"> <p style={{ width: 'fit-content' }}>Hover me!</p> </Tooltip> ```