We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b166d5 commit 3f1e00bCopy full SHA for 3f1e00b
packages/@react-spectrum/s2/src/ActionMenu.tsx
@@ -29,6 +29,11 @@ export interface ActionMenuProps<T> extends
29
Pick<MenuProps<T>, 'children' | 'items' | 'disabledKeys' | 'onAction'>,
30
Pick<ActionButtonProps, 'isDisabled' | 'isQuiet' | 'autoFocus' | 'size'>,
31
StyleProps, DOMProps, AriaLabelingProps {
32
+ /**
33
+ * The size of the Trigger and Menu.
34
+ *
35
+ * @default 'M'
36
+ */
37
menuSize?: 'S' | 'M' | 'L' | 'XL'
38
}
39
0 commit comments