Command Palette

Search for a command to run...

13Twitter
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 @moleculeui/warp-dialog

Usage

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

Props

Prop

Type