eBay / nice-modal-react

A modal state manager for React.
https://ebay.github.io/nice-modal-react
MIT License
1.96k stars 110 forks source link

Radix support #84

Closed jetaix closed 9 months ago

jetaix commented 1 year ago

Do you plan to support Radix ? or a way to achieve this with a clear example like bootstrap, antd ... ?

supnate commented 1 year ago

Hi @jetaix , nice modal could be used with any ui library. If you mean a helper, then you can create a helper yourself since it's just several lines of code. For example: https://github.com/eBay/nice-modal-react/blob/a1b9f82c260b5750dd7057fa2709672c873a10d3/src/index.tsx#L550 .

supnate commented 9 months ago

Suggest creating a custom helper seperately.