Skip to content

Commit

Permalink
Docs: Update SnackbarStack to include details about how to specify Sn…
Browse files Browse the repository at this point in the history
…ackbar options (#5600)
  • Loading branch information
DrLeh authored Jul 18, 2024
1 parent 82947a8 commit c443d5b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@

<DocsPageSection>
<DocsPageSectionHeader Title="Stacked snackbars">
When you want to show multiple snackbars stacked on top of each other you can use a wrapper component <Code>SnackbarStack</Code>.
When you want to show multiple snackbars stacked on top of each other you can use a wrapper component <Code>SnackbarStack</Code>.
You can specify <Code>Action&lt;SnackbarOptions&gt; options</Code> when calling <Code>PushAsync()</Code> in order to specify the <Code>Snackbar</Code> parameters available below.
</DocsPageSectionHeader>
<DocsPageSectionContent Outlined FullWidth>
<SnackbarStackedExample />
Expand Down Expand Up @@ -119,4 +120,4 @@
<DocsAttributesItem Name="Closed" Type="EventCallback<SnackbarClosedEventArgs>" Default="null">
Occurs after the snackbar has closed.
</DocsAttributesItem>
</DocsAttributes>
</DocsAttributes>

0 comments on commit c443d5b

Please sign in to comment.