CreateEventButton
Interfaces
CreateEventButtonProps
Extends
ButtonProps
Extended by
Indexable
[p
: string
]: any
Properties
Property | Type | Description | Overrides |
---|---|---|---|
EventFormProps? | EventFormProps | Props to spread to CreateGroup component Default empty object | - |
className? | string | Overrides or extends the styles applied to the component. Default null | ButtonProps.className |
Functions
CreateEventButton()
CreateEventButton(
inProps
):JSX.Element
API documentation for the Community-JS Create Group Button component. Learn about the available props and the CSS API.
Import
import {CreateEventButton} from '@selfcommunity/react-ui';
Component Name
The name SCCreateEventButton
can be used when providing style overrides in the theme.
CSS
Rule Name | Global class | Description |
---|---|---|
root | .SCCreateEventButton-root | Styles applied to the root element. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | CreateEventButtonProps |
Returns
JSX.Element
Source
packages/react-ui/src/components/CreateEventButton/CreateEventButton.tsx:61