Skip to content

Commit

Permalink
fix: added vertical tab variant (#4221)
Browse files Browse the repository at this point in the history
* fix: added vertical tab variant

* fix: added vertical tab variant on code page
  • Loading branch information
riddhybansal authored Sep 11, 2024
1 parent 9a6ac0d commit 5489d40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/components/tabs/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,9 @@ documentation, see the Storybooks for each framework below.
label: 'Dismissable with icons',
variant: 'components-tabs--dismissable-with-icons',
},
{
label: 'Vertical',
variant: 'components-tabs--vertical',
},
]}
/>
4 changes: 4 additions & 0 deletions src/pages/components/tabs/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ between groups of information that appear within the same context.
label: 'Dismissable with icons',
variant: 'components-tabs--dismissable-with-icons',
},
{
label: 'Vertical',
variant: 'components-tabs--vertical',
},
]}
/>

Expand Down

0 comments on commit 5489d40

Please sign in to comment.