Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Jul 15, 2024
1 parent 17a9d3e commit aa6e7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ A dialog consists of the following components: `Dialog`, `DialogPanel` and the o

The `Dialog` controls the visibility of the dialog via the `DialogState` object.

The `DialogPanel` renders the
The `DialogPanel` is a container component that renders the dialog's panel and its contents.

The optional `Scrim` component is used to add layer behind the dialog
The optional `Scrim` component is used to add layer behind the dialog and dim the rest of the UI.

```kotlin
val dialogState = rememberDialogState()
Expand Down

0 comments on commit aa6e7a9

Please sign in to comment.