UNPKG

react-popupkit

Version:

A lightweight and easy-to-use React component for creating functional popups without managing state or function. Just call the component, apply your styles, and enjoy optimized magical popups.

5 lines (4 loc) 140 B
import Popup from './components/Popup'; import { useClosePopup } from './components/Popup'; export { useClosePopup }; export default Popup;