Skip to content

Commit

Permalink
Update ids
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Dec 23, 2024
1 parent be4f92e commit 09e8faf
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,14 @@ export const snippets: Snippets = [
size="small"
offsetSpace="xxsmall"
trigger={(triggerProps) => (
<ButtonIcon
size="small"
icon={<IconList />}
id="buttonicon-menurenderer"
label="Menu"
{...triggerProps}
/>
<Box userSelect="none" cursor="pointer" {...triggerProps}>
<ButtonIcon
size="small"
icon={<IconList />}
id="small-buttonicon-menurenderer"
label="Menu"
/>
</Box>
)}
>
<MenuItem onClick={() => {}}>Button</MenuItem>
Expand Down

0 comments on commit 09e8faf

Please sign in to comment.