Skip to content

Commit

Permalink
fix(tabs): add description to each set
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Jun 12, 2024
1 parent 9373bf5 commit 0276bba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/src/components/Tabs/Tabs.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ export const ContainedFullWidth = () => (

export const Vertical = () => (
<>
<h4>Tabs with height set to "300px"</h4>
<Tabs vertical height="300px">
<TabListVertical aria-label="List of tabs">
<Tab>Dashboard</Tab>
Expand Down Expand Up @@ -612,6 +613,7 @@ export const Vertical = () => (
</Tabs>
<br />
<br />
<h4>Tabs with no set height</h4>
<Tabs vertical>
<TabListVertical aria-label="List of tabs">
<Tab>Dashboard</Tab>
Expand Down

0 comments on commit 0276bba

Please sign in to comment.