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

Fixed typos in docs #834

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Fixed typo in dialog.mdx
  • Loading branch information
evertharmeling authored Oct 25, 2024
commit 94e462fce6cbf870144380ad2eb2b14d70a042b0
6 changes: 3 additions & 3 deletions documentation/html/dialog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -684,9 +684,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