1.6.2 • Published 5 months ago
overlay-kit v1.6.2
overlay-kit ·

English | 한국어
overlay-kit is a library that lets you manage overlays in a simple and declarative way using React.
import { overlay } from 'overlay-kit';
<Button
onClick={() => {
overlay.open(({ isOpen, close }) => {
return <Dialog open={isOpen} onClose={close} />;
})
}}
>
Open
</Button>
Here are the features overlay-kit provides:
- Hassle-free: overlay-kit makes overlay management straightforward with a simple function call: just call
overlay.open(...)
. See the code comparison for details. - Maximum Compatibility: overlay-kit is compatible with the majority of overlay types. From Material UI to custom component libraries, overlay-kit can handle almost all types of overlays.
- Promise Integration: overlay-kit is easy to use with promises when getting results from overlays.
- Robust Built-in Types: overlay-kit offers robust types for all functions, ensuring type safety and enhancing the developer experience.
License
MIT © Viva Republica, Inc. See LICENSE for details.
1.6.2
5 months ago
1.6.1
5 months ago
1.6.0
5 months ago
1.5.0
6 months ago
1.5.0-canary.2501091657
6 months ago
1.5.0-canary.2408131802
11 months ago
1.4.1
12 months ago
1.4.1-canary.2407281733
12 months ago
1.4.1-canary.2407281730
12 months ago
1.4.0
12 months ago
1.4.0-canary.2407260853
12 months ago
1.4.0-canary.2407260829
12 months ago
1.3.0
12 months ago
1.2.4
12 months ago
1.2.3
12 months ago
1.2.2
12 months ago
1.2.1
1 year ago
1.2.0
1 year ago
1.1.0
1 year ago
1.0.0
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago
0.0.0
1 year ago