EventParticipantsButton
Interfaces
EventParticipantsButtonProps
Extends
- Pick<- ButtonProps,- Exclude<keyof- ButtonProps,- "onClick"|- "disabled">>
Indexable
[p: string]: any
Any other properties
Properties
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