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

React popup component

Results 9 react-popup issues
Sort by recently updated
recently updated
newest added

Do you have any plan to support typescript? Thanks!

How do you use the stylesheet?

Is there any way to run a callback when the popup is dismissed via a click outside, or to prevent dismissal via click outside? I tried: escToClose:false but this does...

I am using react-popup. I have problem when I want to access update state value it not working . Mean, it not rendering UI if state is changed . When...

How can I focus on an input on a popup which is registered using the Popup.registerPlugin interface?

This PR adds a footer. Could be useful to put something like loading indicator.

help wanted
documentation

Automatic tests (with Jest and Enzyme?)

enhancement
help wanted

The PopupStore class extends `EventEmitter` class from `events` package. There is a standard NodeJS library with such a name and a kind of polyfil as `events` package on NPM. Usually...