Dialog

A dialog is a type of modal window that appears in front of app content to provide critical information or ask for a decision. Dialogs disable all app functionality when they appear, and remain on screen until confirmed, dismissed, or a required action has been taken.

Installation

npm install @andore-ui/dialog

Import

import {Dialog, DialogClose, DialogCloseButton, DialogContent, DialogDescription, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger} from @andore-ui/dialog

Usage