◇
AlertDialog
4 partsAnatomy
Import the parts and compose them. Each part forwards attributes to its underlying element.
vue
import {
AlertDialogAction,
AlertDialogCancel,
AlertDialogContent,
AlertDialogRoot,
} from '@robonen/primitives/alert-dialog';
<AlertDialogAction>
<AlertDialogCancel />
<AlertDialogContent />
<AlertDialogRoot />
</AlertDialogAction>API Reference
AlertDialogAction
ActionNo props or events — renders its element and forwards attributes.
AlertDialogCancel
CancelNo props or events — renders its element and forwards attributes.
AlertDialogContent
ContentNo props or events — renders its element and forwards attributes.
AlertDialogRoot
RootNo props or events — renders its element and forwards attributes.