Skip to content

Commit

Permalink
Update dialog.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
benborla committed Mar 20, 2024
1 parent a2d0d9b commit 262539a
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 262539a

Please sign in to comment.