@burrow-ui/modal
v0.1.7
Published
Accessible modal dialog for Burrow UI (portal, focus trap, Escape close, scroll lock)
Maintainers
Readme
@burrow-ui/modal
Accessible modal dialog with portal, focus trap, Escape-to-close, scroll lock, and optional footer buttons.
import {Modal} from "@burrow-ui/modal";
const [open, setOpen] = useState(false);
<Modal isOpen={open} onClose={() => setOpen(false)} title="Confirm" isFooterBar onConfirm={handle}>
Are you sure?
</Modal>;The close-X icon is bundled (inline SVG) — no asset dep.
