---
title: Dialog
description: A fully-managed, renderless dialog component jam-packed with accessibility and keyboard features, perfect for building completely custom dialogs and alerts.
author:
name: imskyleen
url: https://github.com/imskyleen
---
## Installation
## Usage
```tsx
```
## Examples
### From Left
Use the `from` prop to change the direction of the dialog flip animation.
## Props
### Animate UI props
#### DialogPanel
## Credits
- We use [Headless UI](https://headlessui.com/react/dialog) for the dialog component.
- We take our inspiration from [Shadcn UI](https://ui.shadcn.com/docs/components/dialog) for the dialog style.