Skip to content

Commit

Permalink
Update packages/braid-design-system/src/lib/components/OverflowMenu/O…
Browse files Browse the repository at this point in the history
…verflowMenu.docs.tsx

Co-authored-by: Michael Taranto <[email protected]>
  • Loading branch information
felixhabib and michaeltaranto authored Dec 23, 2024
1 parent cfba997 commit 7a50d6e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const docs: ComponentDocs = {
<Stack space="medium">
<Inline alignY="center" space="medium">
<Text>Standard</Text>
<OverflowMenu size="standard" label="Options" id="example">
<OverflowMenu size="standard" label="Options" id="size-standard">
<MenuItem id="menuItem1" onClick={() => {}}>
Item 1
</MenuItem>
Expand All @@ -218,7 +218,7 @@ const docs: ComponentDocs = {
</Inline>
<Inline alignY="center" space="medium">
<Text size="small">Small</Text>
<OverflowMenu size="small" label="Options" id="example">
<OverflowMenu size="small" label="Options" id="size-small">
<MenuItem id="menuItem1" onClick={() => {}}>
Item 1
</MenuItem>
Expand Down

0 comments on commit 7a50d6e

Please sign in to comment.