EventParticipantsButton
Interfaces
EventParticipantsButtonProps
Extends
Pick
<ButtonProps
,Exclude
<keyofButtonProps
,"onClick"
|"disabled"
>>
Indexable
[p
: string
]: any
Properties
Property | Type | Description |
---|---|---|
DialogProps? | BaseDialogProps | Props to spread to followedBy dialog Default {} |
event? | SCEventType | Event Object Default null |
eventId? | number | EventId of event object Default null |
hideCaption? | boolean | Hide button label Default false |
Functions
EventParticipantsButton()
EventParticipantsButton(
inProps
):Element
API documentation for the Community-JS Event Participants Button component. Learn about the available props and the CSS API.
Import
import {EventParticipantsButton} from '@selfcommunity/react-ui';
Component Name
The name SCEventParticipantsButton
can be used when providing style overrides in the theme.
CSS
Rule Name | Global class | Description |
---|---|---|
root | .SCEventParticipantsButton-root | Styles applied to the root element. |
dialogRoot | .SCEventParticipantsButton-dialog-root | Styles applied to the root element. |
endMessage | .SCEventParticipantsButton-end-message | Styles applied to the end message element. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | EventParticipantsButtonProps |
Returns
Element
Source
packages/react-ui/src/components/EventParticipantsButton/EventParticipantsButton.tsx:94