1const [isOpen, setIsOpen] = useState(false);23{/* Trigger in a vibrant container to show off glass effect */}Installation
npx zeroui@latest add modal-glassProps
| name | type | default | description |
|---|---|---|---|
| isOpen | boolean | false | Controls visibility |
| onClose | () => void | - | Close handler |
| title | string | - | Modal header title |