Dialog
A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.
Made by imskyleen
Installation
Usage
Examples
From Left
Use the from
prop to change the direction of the dialog flip animation.
Props
Animate UI props
DialogContent
Prop | Type | Default |
---|---|---|
transition? | Transition | { type: 'spring', stiffness: 150, damping: 25 } |
from? | 'top' | 'bottom' | 'left' | 'right' | top |