CourseParticipantsButton
Interfaces
CourseParticipantsButtonProps
Extends
Pick<ButtonProps,Exclude<keyofButtonProps,"onClick"|"disabled">>
Indexable
[p: string]: any
Any other properties
Properties
Functions
CourseParticipantsButton()
CourseParticipantsButton(
inProps):Element
API documentation for the Community-JS Course Participants Button component. Learn about the available props and the CSS API.
Import
import {CourseParticipantsButton} from '@selfcommunity/react-ui';
Component Name
The name SCCourseParticipantsButton can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description |
|---|---|---|
| root | .SCCourseParticipantsButton-root | Styles applied to the root element. |
| dialogRoot | .SCCourseParticipantsButton-dialog-root | Styles applied to the dialog root element. |
| endMessage | .SCCourseParticipantsButton-end-message | Styles applied to the end message element. |
| infiniteScroll | .SCCourseParticipantsButton-infinite-scroll | Styles applied to the infinite scroll element. |
| participants | .SCCourseParticipantsButton-participants | Styles applied to the participants section. |
Parameters
| Parameter | Type | Description |
|---|---|---|
inProps | CourseParticipantsButtonProps |
Returns
Element