Skip to content

Commit

Permalink
feat! new story for navmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBigSasha committed Aug 29, 2023
1 parent afde1dd commit d9ec928
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/lib/components/organisms/navmenu/navmenu.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,15 @@ Primary.args = {
{ link: <a href="#">Link 6</a> },
],
}

export const NoCategories = Template.bind({})
NoCategories.args = {
links: [
{ link: <a href="#">Link 1</a> },
{ link: <a href="#">Link 2</a> },
{ link: <a href="#">Link 3</a> },
{ link: <a href="#">Link 4</a> },
{ link: <a href="#">Link 5</a> },
{ link: <a href="#">Link 6</a> },
],
}

0 comments on commit d9ec928

Please sign in to comment.