styled-react-modal icon indicating copy to clipboard operation
styled-react-modal copied to clipboard

Styled modal component for React 💅⚛️

Results 6 styled-react-modal issues
Sort by recently updated
recently updated
newest added

In the following example, we are using CSS.. is it possible to replace them with tailwind utility classes? If so, how to do it ? ```js const StyledModal = Modal.styled`...

Hi, Great work publishing this library. I'm really enjoying it. But I have a problem extending the styles when using it another component. I have created a wrapper component for...

code: ```text import { ModalProvider } from 'styled-react-modal' const ModalBackground = styled.div` position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 30; background-color: green; opacity: 0.5; ` export...

I am trying to run the example listed [here](https://codesandbox.io/p/sandbox/styled-react-modal-demo-m9jlky57y?file=%2Fsrc%2Findex.js%3A6%2C33) but in typescript project. Added the types from [here](https://www.npmjs.com/package/@types/styled-react-modal) as well. But is giving me this error Property 'opacity' does not...

Bumps [minimist](https://github.com/minimistjs/minimist) from 0.2.1 to 0.2.4. Changelog Sourced from minimist's changelog. v0.2.4 - 2023-02-24 Commits [Tests] check side-effects of pollution protection 3dbebff [Robustness] rework isConstructorOrProto 34e20b8 [Dev Deps] update tape...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies