react-simple-tooltip icon indicating copy to clipboard operation
react-simple-tooltip copied to clipboard

A lightweight and simple tooltip component for React

Results 10 react-simple-tooltip issues
Sort by recently updated
recently updated
newest added

Please add a ts decl. file so that I can use this in my ts project, My project is enterprise and I would like to use this package instead of...

Currently, the tooltip is get rendered in this way ``` hello //main element class="sc-dnqmqq fOiqOs" offset="8" open>Tooltip //tooltip ``` But in this case, if there is some other div are...

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

At this moment when content is empty the tooltip will still display. To hide it we need to make additional job of styling or 'if-ing'. I believe it would be...

help wanted

Hi! I have a problem with this tooltip. How I use it (just copy from readme): ``` import React from 'react' import Tooltip from 'react-simple-tooltip' const Creative = props =>...

Adding a way to combine al options into one prop. This would make it easier to declare options once and reuse them on multiple tooltips

how can we open tooltip on click event ?

![screen shot 2017-12-11 at 03 04 34](https://user-images.githubusercontent.com/29067217/33817855-887f9df4-de20-11e7-8d45-b63939858d21.png) When I set opacity of background, I could know how you made this tooltip shape.

help wanted