Skip to main content

CreateCourseButton

Interfaces

CreateCourseButtonProps

Extends

  • ButtonProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescriptionOverrides
className?stringOverrides or extends the styles applied to the component. Default nullButtonProps.className
CourseFormDialogComponentProps?CourseFormDialogPropsProps to spread to CreateGroup component Default empty object-

Functions

CreateCourseButton()

CreateCourseButton(inProps): Element

API documentation for the Community-JS Create Group Button component. Learn about the available props and the CSS API.

Import

import {CreateCourseButton} from '@selfcommunity/react-ui';

Component Name

The name SCCreateCourseButton can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCCreateCourseButton-rootStyles applied to the root element.

Parameters

ParameterTypeDescription
inPropsCreateCourseButtonProps

Returns

Element