Skip to main content

InviteUserEventButton

Interfaces

InviteUserEventButtonProps

Indexable

[p: string]: any

Properties

PropertyTypeDescription
className?stringOverrides or extends the styles applied to the component.

Default
null
event?SCEventTypeEvent

Default
null
eventId?numberId of the event

Default
null
handleInvitations?(invited: boolean) => void-
user?SCUserTypeEvent

Default
null
userId?numberId of the user

Default
null

Functions

InviteUserEventButton()

InviteUserEventButton(inProps): JSX.Element

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

Import

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

Component Name

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

CSS

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

Parameters

ParameterTypeDescription
inPropsInviteUserEventButtonProps

Returns

JSX.Element

Source

packages/react-ui/src/components/InviteUserEventButton/InviteUserEventButton.tsx:86