usePromiseDisclosure

usePromiseDisclosure is a custom hook that helps handle common open/close or toggle scenarios with promises. It can be used to control components such as Modal, Dialog, Drawer, etc.

だ…大地よ海よ そして生きているすべての みんな…

このオラにほんのちょっとずつだけ元気をわけてくれ…!!!

Usage

import { usePromiseDisclosure } from "@yamada-ui/react"
const { open, onClose, onOpen, onSuccess } = usePromiseDisclosure()