Skip to main content

EventFormDialog

Interfaces

EventFormDialogProps

Extends

  • BaseDialogProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescriptionOverridesInherited from
actions?ReactNodeActions for the dialog-BaseDialogProps.actions
className?stringOverrides or extends the styles applied to the component. Default nullBaseDialogProps.className-
DialogContentProps?DialogContentPropsDialog content props Default {dividers: !isMobile}-BaseDialogProps.DialogContentProps
EventFormComponentProps?EventFormPropsProps to spread to EventForm component Default {}--
onClose?() => voidOn dialog close callback function Default nullBaseDialogProps.onClose-
open?booleanOpen dialog Default trueBaseDialogProps.open-
subtitle?anyDialog subtitle Default ''-BaseDialogProps.subtitle
title?anyDialog title Default ''-BaseDialogProps.title

Functions

EventFormDialog()

EventFormDialog(inProps): Element

API documentation for the Community-JS EventFormDialog component. Learn about the available props and the CSS API.

Import

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

Component Name

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

CSS

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

Parameters

ParameterTypeDescription
inPropsEventFormDialogProps

Returns

Element