Command Palette

Search for a command to run...

4Twitter
Warp Dialog
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

pnpm dlx shadcn@latest add "https://moleculeui.design/r/warp-dialog"

Usage

import {
  WarpDialog,
  WarpDialogContent,
  WarpDialogTrigger,
} from "@/registry/molecule-ui/warp-dialog"
<WarpDialog>
   <WarpDialogTrigger />
   <WarpDialogContent />
</WarpDialogTrigger>

Props

PropTypeDefault
onOpenChange?
((open: boolean) => void)
-
open?
boolean
-