Getting Started
Foundations
Components
Search for a command to run...
import { AlertDialog } from "@strongtie/design-system/alert-dialog"This module exports the following components:
AlertDialogAlertDialogPortalAlertDialogOverlayAlertDialogTriggerAlertDialogContentAlertDialogHeaderAlertDialogFooterAlertDialogTitleAlertDialogDescriptionAlertDialogActionAlertDialogCancelAll components accept standard HTML attributes and React props.
Components can be styled using the className prop. The design system uses Tailwind CSS for styling.
CSS classes used by this component:
alert-dialog-actionalert-dialog-cancelalert-dialog-contentalert-dialog-descriptionalert-dialog-footeralert-dialog-headeralert-dialog-overlayalert-dialog-titlealert-dialog-triggerEnsure proper accessibility attributes are added when implementing this component.