Skip to content

Commit

Permalink
chore: add content to slider type tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
pietro-maximoff committed Jul 31, 2024
1 parent cd3dcbf commit d1544ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ui/src/2_molecules/Tabs/Tabs.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,17 @@ Slider.args = {
items: [
{
label: 'Lend',
content: <div>Lend tab description</div>,
dataAttribute: 'lend',
},
{
label: 'Borrow',
content: <div>Borrow tab description</div>,
dataAttribute: 'borrow',
},
],
index: 0,
contentClassName: '',
contentClassName: 'p-4',
className: '',
size: TabSize.normal,
type: TabType.slider,
Expand Down

0 comments on commit d1544ef

Please sign in to comment.