Skip to content

Commit

Permalink
fix: add showIn="xs" to Navbar.Collapse #1005 (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukiniro committed May 25, 2023
1 parent 35dfc6a commit 9ec5443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function NavbarDisableCollapseAnimationExample() {
</Dropdown.Menu>
</Dropdown>
</Navbar.Content>
<Navbar.Collapse disableAnimation>
<Navbar.Collapse disableAnimation showIn="xs">
{collapseItems.map((item, index) => (
<Navbar.CollapseItem
key={`${item}-${index}`}
Expand Down

2 comments on commit 9ec5443

@vercel
Copy link

@vercel vercel bot commented on 9ec5443 May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9ec5443 May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextui-storybook – ./packages/storybook

nextui-storybook-nextui-org.vercel.app
nextui-storybook-git-main-nextui-org.vercel.app
nextui-storybook.vercel.app
storybook.nextui.org

Please sign in to comment.