Skip to content

Commit

Permalink
Updated usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzaru committed Sep 27, 2024
1 parent f7619c5 commit 71e8c2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ There are different ways to attach a toast notification to your views. The usage

> [!NOTE]
> The toast always appears at the edges of the view it is attached to. Ensure the view has enough space to render the toast properly. Preferably, the toast should be attached to the outermost view or the navigation view, if available.
> Sheets need their own notification handler as they overlap all content.
### Attach via boolean
You can attach the toast to a view and show it via binding to a boolean:
Expand Down

0 comments on commit 71e8c2f

Please sign in to comment.