Alert Dialog
A Alert Dialog component.
Preview
Installation
External project (shadcn CLI)
npx shadcn@latest add https://envo-hub-envision-94aqj04ee-envo-norway.vercel.app/r/alert-dialog.jsonInternal monorepo import
import { AlertDialog } from "@envo/envision-ds/alert-dialog";Usage
import { AlertDialog } from "@envo/envision-ds/alert-dialog";
export function Example() {
return <AlertDialog />;
}