--- title: Dialog description: A window overlaid on either the primary window or another dialog window, rendering the content underneath inert. author: name: imskyleen url: https://github.com/imskyleen --- ## Installation ## Usage ```tsx Open Dialog Title Description

Dialog Content

``` ## Examples ### From Left Use the `from` prop to change the direction of the dialog flip animation. ## Props
### Animate UI props #### DialogContent ## Credits - We use [Radix UI](https://www.radix-ui.com/primitives/docs/components/dialog) for the dialog component. - We take our inspiration from [Shadcn UI](https://ui.shadcn.com/docs/components/dialog) for the dialog style.