Skip to content

Commit

Permalink
Increase snackbar iframe height
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Sep 5, 2024
1 parent aacb82f commit 942b3ca
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Snackbars provide feedback regarding API interactions at the bottom of the scree

### Default
**Open in**: [Storybook](https://department-of-veterans-affairs.github.io/va-mobile-library/?path=/docs/snackbar--default) | [Figma](https://www.figma.com/design/Zzt8z60hCtdEzXx2GFWghH/%F0%9F%93%90-Component-Library---Design-System---VA-Mobile?node-id=263-702&t=1BgtKDvOeoxfzmzR-4)
<iframe width="620" height="100" alt="Image of component in Storybook" src="https://department-of-veterans-affairs.github.io/va-mobile-library/?path=/story/snackbar--default&full=1&shortcuts=false&singleStory=true" allowfullscreen></iframe>
<iframe width="620" height="120" alt="Image of component in Storybook" src="https://department-of-veterans-affairs.github.io/va-mobile-library/?path=/story/snackbar--default&full=1&shortcuts=false&singleStory=true" allowfullscreen></iframe>

### Variations
**Open in**: [Storybook](https://department-of-veterans-affairs.github.io/va-mobile-library/?path=/docs/snackbar--with-action) | [Figma](https://www.figma.com/design/Zzt8z60hCtdEzXx2GFWghH/%F0%9F%93%90-Component-Library---Design-System---VA-Mobile?node-id=263-702&t=1BgtKDvOeoxfzmzR-4)
<iframe width="620" height="100" alt="Image of component in Storybook" src="https://department-of-veterans-affairs.github.io/va-mobile-library/?path=/story/snackbar--with-action&full=1&shortcuts=false&singleStory=true" allowfullscreen></iframe>
<iframe width="620" height="120" alt="Image of component in Storybook" src="https://department-of-veterans-affairs.github.io/va-mobile-library/?path=/story/snackbar--with-action&full=1&shortcuts=false&singleStory=true" allowfullscreen></iframe>

## Usage

Expand Down Expand Up @@ -58,4 +58,4 @@ Snackbars provide feedback regarding API interactions at the bottom of the scree
- There should only ever be one snackbar on the screen. Opening a new snackbar will close the previous snackbar.

### Related
* [Snackbar - Material Design](https://m3.material.io/components/snackbar/overview)
* [Snackbar - Material Design](https://m3.material.io/components/snackbar/overview)

0 comments on commit 942b3ca

Please sign in to comment.