Search for a command to run...
A hook that allows you to manage the open state of a component.
pnpm dlx shadcn@latest add "https://ui.ednesdayw.com/r/use-disclosure.json"
import { useDisclosure } from "@/hooks/use-disclosure" const { open, onOpen, onClose, onOpenChange } = useDisclosure();
On This Page
Contribute