Skip to main content

UserActionIconButton

Interfaces

UserActionIconButtonProps

Extends

  • IconButtonProps

Properties

PropertyTypeDescription
items?any-
user?SCUserTypeUser Object

Default
null
userId?numberId of user object

Default
null

Functions

UserActionIconButton()

UserActionIconButton(inProps): JSX.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 NameGlobal classDescription
root.SUserActionIconButton-rootStyles applied to the root element.

Parameters

ParameterTypeDescription
inPropsUserActionIconButtonProps

Returns

JSX.Element

Source

packages/react-ui/src/components/UserActionIconButton/UserActionIconButton.tsx:102