A visually striking dialog component with 3D warp animations and smooth transitions. Features perspective transformations, animated backgrounds, and spring-based motion effects for an immersive user experience.
Installation
Usage
import {
WarpDialog,
WarpDialogContent,
WarpDialogTrigger,
} from "@/registry/molecule-ui/warp-dialog"
<WarpDialog>
<WarpDialogTrigger />
<WarpDialogContent />
</WarpDialogTrigger>
Props
Prop | Type | Default |
---|---|---|
onOpenChange? | ((open: boolean) => void) | - |
open? | boolean | - |