Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dialog.mdx #656

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions documentation/html/dialog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -668,9 +668,9 @@ The following data attributes are available for dialog element.
| Attribute | Description | Default |
| ------------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| `data-dialog` | Set the name of the dialog and reference it to the <br /> dialog trigger and backdrop elements. | |
| `data-popover-mount` | Set the classnaes that should be used when the <br /> dialog is visible. | <Code>opacity-1</Code><br /><Code>translate-y-0</Code> |
| `data-popover-unmount` | Set the classnaes that should be used when the <br /> dialog is hidden. | <Code>opacity-0</Code><br /><Code>-translate-y-14</Code><br /><Code>pointer-events-none</Code> |
| `data-popover-transition` | Set the classnaes that should be used for <br /> transition of the dialog. | <Code>transition-all</Code><br /><Code>duration-300</Code> |
| `data-popover-mount` | Set the classNames that should be used when the <br /> dialog is visible. | <Code>opacity-1</Code><br /><Code>translate-y-0</Code> |
| `data-popover-unmount` | Set the classNames that should be used when the <br /> dialog is hidden. | <Code>opacity-0</Code><br /><Code>-translate-y-14</Code><br /><Code>pointer-events-none</Code> |
| `data-popover-transition` | Set the classNames that should be used for <br /> transition of the dialog. | <Code>transition-all</Code><br /><Code>duration-300</Code> |

---

Expand Down