Morphing Dialog
An expandable card trigger that fluidly morphs into a centered dialog without jarring popup animations.
Click trigger to see smooth shared layout transition
Installation
Add the component directly to your repository using shadcn CLI:
npx shadcn@latest add Surajmaurya1/easyui/morphing-dialog
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | Required | Dialog header title |
| subtitle | string | undefined | Secondary header description |
| trigger | (open: () => void) => ReactNode | Required | Render trigger button or card |