GroupActionsMenu
Interfaces
GroupActionsMenuProps
Extends
IconButtonProps
Indexable
[p
: string
]: any
Any other properties
Properties
Functions
GroupActionsMenu()
GroupActionsMenu(
inProps
):Element
API documentation for the Community-JS GroupActionsMenu component. Learn about the available props and the CSS API.
Import
import {GroupActionsMenu} from '@selfcommunity/react-ui';
Component Name
The name SCGroupActionsMenu
can be used when providing style overrides in the theme.
CSS
Rule Name | Global class | Description |
---|---|---|
root | .SCGroupActionsMenu-root | Styles applied to the root element. |
drawerRoot | .SCGroupActionsMenu-drawer-root | Styles applied to the drawer root element. |
menuRoot | .SCGroupActionsMenu-menu-root | Styles applied to the menu root element. |
paper | .SCGroupActionsMenu-paper | Styles applied to the paper element. |
item | .SCGroupActionsMenu-item | Styles applied to the item element. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | GroupActionsMenuProps |
Returns
Element