Hierarchy

  • ModalProps

Properties

className?: string

CSS Class name for additional styles

isShown: boolean

Whether the Modal is shown or not

onBackDropClicked?: (() => void)

Type declaration

    • (): void
    • Callback to emit when the back-drop has been clicked

      Returns void

onClose?: (() => void)

Type declaration

    • (): void
    • Callback to emit when the when the modal is unmounted

      Returns void

onOpen?: (() => void)

Type declaration

    • (): void
    • Callback to emit when the modal is mounted

      Returns void

paddingBottom?: string

Bottom padding (default: '20px')

paddingLeft?: string

Left padding (default: '20px')

paddingRight?: string

Right padding (default: '20px')

paddingTop?: string

Top padding (default: '70px')

width?: string

Modal width (default: undefined)

zIndex?: string

z-index value (default: '9999')

Generated using TypeDoc