Skip to content

Commit

Permalink
update SideBar stories
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Sep 5, 2024
1 parent 10e3904 commit 319d68c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/fuselage/src/components/SideBarV2/SideBar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
SideBar,
SideBarAccordion,
SideBarAccordionItem,
// SideBarBanner,
SideBarBanner,
SideBarCollapseGroup,
SideBarFooterContent,
SideBarItemAction,
Expand All @@ -30,13 +30,13 @@ export default {
export const Default: StoryFn<typeof SideBar> = (props) => (
<Box h='90vh' w='x280'>
<SideBar {...props}>
{/* <SideBarBanner
<SideBarBanner
title='You’ve reached the limit active contacts this month'
linkText='Learn more'
linkProps={{ href: '#' }}
onClick={action('click')}
addon={<Icon name='warning' color='danger' size='x24' />}
/> */}
/>
<SideBarSection>
<TextInput
addon={<Icon name='magnifier' size='x20' />}
Expand Down Expand Up @@ -182,7 +182,3 @@ export const Default: StoryFn<typeof SideBar> = (props) => (
</SideBar>
</Box>
);

// export const CollapseOnMouseOver: StoryFn<typeof SideBar> = () => (
// <Default collapsed />
// );

0 comments on commit 319d68c

Please sign in to comment.