mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[CL-680] Fix broken popup layout docs page (#14680)
This commit is contained in:
@@ -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.
|
Example of wrapping an extension page in the `popup-tab-navigation` component.
|
||||||
|
|
||||||
<Canvas of={stories.PopupTabNavigation} />
|
<Canvas of={stories.DefaultPopupTabNavigation} />
|
||||||
|
|
||||||
## Extension Page
|
## Extension Page
|
||||||
|
|
||||||
@@ -182,3 +182,10 @@ An example of how to center the default content.
|
|||||||
An example of what the loading state looks like.
|
An example of what the loading state looks like.
|
||||||
|
|
||||||
<Canvas of={stories.Loading} />
|
<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} />
|
||||||
|
|||||||
Reference in New Issue
Block a user