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

A react component for modals and dialogs

Results 27 react-skylight issues
Sort by recently updated
recently updated
newest added

`componentWillMount` is deprecated in react 16.3 and some linters and frameworks (like Gatsby) fail to build due to the use of the deprecated method `componentWillMount`. The method is only used...

I have a dropdown box in the page. This dropdown is still active and showing on top even when popup is active.

Hi everyone. With the dialog visible or hidden, it's possible to press the Tab key until the dialog contents have focus, enabling them to be interacted with. I believe this...

enhancement

I have added this additional prop to show/hide close button. As there is already a method exposed to trigger close sometimes we need to have custom close button in the...

Can I open another popop in a opening popop? I have modal one and modal two, I click the button to open the modal two, and I can the 'Open...

Hi everyone. I'm talking about the `beforeOpen`, `afterOpen`, `beforeClose` and `afterClose` callbacks. If they also exist for `SkylightStateless`, they are not working, so they need to be fixed. If they...

By relying on JS to set inline styles, I am now finding it very troublesome to implement mobile friendliness. If the styles were controlled with CSS, I could have easily...

enhancement