Skip to content

Commit

Permalink
test(Tabs): add default not active tab
Browse files Browse the repository at this point in the history
  • Loading branch information
domihustinova committed Sep 18, 2024
1 parent 3a5bcd1 commit 14a24c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/orbit-components/src/Tabs/Tabs.ct-story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ export function TabsComponentStory({ compact, fullWidth }: Partial<TabListProps>
<Tab type="basic">Tab 2</Tab>
<Tab type="medium">Tab 3</Tab>
<Tab type="top">Tab 4</Tab>
<Tab>Tab 5</Tab>
</TabList>
<TabPanels>
<TabPanel>Tab 1 content</TabPanel>
<TabPanel>Tab 2 content</TabPanel>
<TabPanel>Tab 3 content</TabPanel>
<TabPanel>Tab 4 content</TabPanel>
<TabPanel>Tab 5 content</TabPanel>
</TabPanels>
</Tabs>
);
Expand Down

0 comments on commit 14a24c7

Please sign in to comment.