1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[CL-680] Fix broken popup layout docs page (#14680)

This commit is contained in:
Vicki League
2025-05-09 08:54:40 -04:00
committed by GitHub
parent 9bdf5830bb
commit 625256b08e

View File

@@ -153,7 +153,7 @@ View the story source code to see examples of how to construct these types of pa
Example of wrapping an extension page in the `popup-tab-navigation` component.
<Canvas of={stories.PopupTabNavigation} />
<Canvas of={stories.DefaultPopupTabNavigation} />
## Extension Page
@@ -182,3 +182,10 @@ An example of how to center the default content.
An example of what the loading state looks like.
<Canvas of={stories.Loading} />
## Tab Navigation with Berry
An example of what it looks like to show a notification berry on one of the popup tab navigation
buttons.
<Canvas of={stories.PopupTabNavigationWithBerry} />