Skip to content

Commit

Permalink
chore: Fix story
Browse files Browse the repository at this point in the history
  • Loading branch information
engfragui committed Jul 26, 2024
1 parent dfd8972 commit 18de4e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tabs/tabs.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Tabs, TabList, Tab, TabPanel, TabAwareSlot } from './tabs'
import { Box } from '../box'
import { Text } from '../text'
import { Columns, Column } from '../columns'
import { Tooltip } from '../tooltip'

<Meta
title="Design system/Tabs"
Expand Down Expand Up @@ -291,7 +292,7 @@ This is just a sample story to show you that Tooltip works both outside and insi
<Canvas withToolbar>
<Story parameters={{ docs: { source: { type: 'code' } } }} name="Wrapped by Tooltip component">
<Tabs>
<TabList aria-label="Multiple tablist example tabs">
<TabList aria-label="Wrapped by Tooltip component">
<Tooltip content="Tooltip outside Tab">
<Tab id="tab1">
<Box>Tab 1</Box>
Expand Down

0 comments on commit 18de4e9

Please sign in to comment.