react-popover icon indicating copy to clipboard operation
react-popover copied to clipboard

A smart popover component for React

Results 99 react-popover issues
Sort by recently updated
recently updated
newest added

Not that big of deal at this moment, but would be nice if this can be fixed. ``` warning.js:33 Warning: Each child in an array or iterator should have a...

The popover body position is not consistent and hard to get it centered over the target (that is not moving).

Working on a solution for #76

feature

Hi @jasonkuhrt, I keep seeing these errors in the console every time I navigate or the parent component (that contains the Popover) unmounts. ```jsx warning.js:33 Warning: Can't call setState (or...

Hi @jasonkuhrt, this is a relatively small proposal compared to all the other big things in line for this library. I was wondering if you've considered having the `body` prop...

feature

Hi @jasonkuhrt, Glad to see this project revived again! I am curious about your thoughts on adding more accessibility best practices (like labels, roles, keyboard shortcuts) to the project to...

feature
PR Welcome

This does not work: ``` ``` This does: ``` ``` It'd be nice if both worked =)

feature

thoughts? @jasonkuhrt

feature

Hi, The background seems to be transparent, I tried setting opacity in style as well but it doesnt work. Is this a bug?

feature

Should we support React Native? It seems like there is no logical reason not to. There is an existing [RN Popover](https://github.com/jeanregisser/react-native-popover) by @jeanregisser. We can start this issue by reviewing...

feature