UserActionIconButton
Interfaces
UserActionIconButtonProps
Extends
- IconButtonProps
Properties
| Property | Type | Description | 
|---|---|---|
| items? | any | - | 
| user? | SCUserType | User Object Default null | 
| userId? | number | Id of user object Default null | 
Functions
UserActionIconButton()
UserActionIconButton(
inProps):Element
API documentation for the Community-JS User Action Menu component. Learn about the available props and the CSS API.
Import
import {UserActionIconButton} from '@selfcommunity/react-ui';
Component Name
The name SUserActionIconButton can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description | 
|---|---|---|
| root | .SUserActionIconButton-root | Styles applied to the root element. | 
Parameters
| Parameter | Type | Description | 
|---|---|---|
| inProps | UserActionIconButtonProps | 
Returns
Element