GroupMembersButton
Interfaces
GroupMembersButtonProps
Extends
Pick
<ButtonProps
,Exclude
<keyofButtonProps
,"onClick"
|"disabled"
>>
Indexable
[p
: string
]: any
Properties
Property | Type | Description |
---|---|---|
DialogProps? | BaseDialogProps | Props to spread to followedBy dialog Default {} |
autoHide? | boolean | Hides this component Default false |
group? | SCGroupType | Group Object Default null |
groupId? | string | number | Id of the group Default null |
Functions
GroupMembersButton()
GroupMembersButton(
inProps
):JSX.Element
API documentation for the Community-JS Group Members Button component. Learn about the available props and the CSS API.
Import
import {GroupMembersButton} from '@selfcommunity/react-ui';
Component Name
The name SCGroupMembersButton
can be used when providing style overrides in the theme.
CSS
Rule Name | Global class | Description |
---|---|---|
root | .SCGroupMembersButton-root | Styles applied to the root element. |
dialogRoot | .SCGroupMembersButton-dialog-root | Styles applied to the root element. |
endMessage | .SCCategoriesFollowedWidget-end-message | Styles applied to the end message element. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | GroupMembersButtonProps |
Returns
JSX.Element
Source
packages/react-ui/src/components/GroupMembersButton/GroupMembersButton.tsx:90