Skip to main content

UserChangeAddressDialog

Interfaces

UserChangeAddressDialogProps

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-
defaultAddressRecord<string, string>Default address--
DialogContentProps?DialogContentPropsDialog content props Default {dividers: !isMobile}-BaseDialogProps.DialogContentProps
handleAddress?(address) => voidCallback handle address--
onClose?() => anyHandles dialog closing Default null-BaseDialogProps.onClose
open?booleanHandles dialog opening Default false-BaseDialogProps.open
subtitle?anyDialog subtitle Default ''-BaseDialogProps.subtitle
title?anyDialog title Default ''-BaseDialogProps.title

Functions

UserChangeAddressDialog()

UserChangeAddressDialog(inProps): Element

API documentation for the Community-JS User Change Address Dialog. Learn about the available props and the CSS API.

Import

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

Component Name

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

CSS

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

Parameters

ParameterTypeDescription
inPropsUserChangeAddressDialogProps

Returns

Element