import {Tooltip} from 'react-tiny-tooltip'
export default function App() {
return (
<div style={{marginTop: 50, marginLeft: 50, display: "inline-block"}}>
<Tooltip sideOffset={50} content="Hey there">
Hover me 🙌
</Tooltip>
</div>
)
}
To enter the code editing mode, press Enter. To exit the edit mode, press Escape
You are editing the code. To exit the edit mode, press Escape