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

I'm seeing this issue in my app: https://sentry.io/share/issue/5ac4bf1eaf754432887803b1d52779d2/ It happens for Firefox 57, Windows 10. I don't have more context for now but I'll try to reproduce it locally and...

Why : It is difficult and not intuitive to follow what is given in the examples. Please refer how google docs it sample code, specially the Material UI library.

- warns you when you try to use it with an incompatible version of React - enables size analasys through https://bundlephobia.com/result?p=react-popover - enables a badge in README like https://david-dm.org/littlebits/react-popover?type=peer

Could you please put an example in the readme of how to get this running from scratch? it's very confusing to have to backtrack through all the story code to...

Is there a way to limit the popover so that it never renders outside of the viewport? For example if the child element that the popover is tracking is scrolled...

In the “Playground” demo。 When you drag the popver to the right edge, you will find that the width is constantly changing. Only Chrome, firefox is ok.

bug

In Chrome I'm getting an error : Cannot read property 'hasAttribute' of undefined This error appearing also in your row example

Hello, currently from 0.4.5 version of your library there is a wrong positioning. You can see it right on your storybook: https://littlebits.github.io/react-popover if you disable an animation. On click arrow...

I can't have any css in my bundle, so I can't `display: none` .Popver-tip through CSS. Is there any way around it or should I fork it already? Thanks

feature