Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @react-md/overlay

Index

Variables

DEFAULT_OVERLAY_CLASSNAMES: Readonly<CSSTransitionClassNamesObject> = ...
remarks

@since 2.4.0

DEFAULT_OVERLAY_TIMEOUT: TransitionTimeout = 150
remarks

@since 2.4.0

Overlay: ForwardRefExoticComponent<OverlayProps & RefAttributes<HTMLDivElement>> = ...

The Overlay component is a simple component used to render a full page overlay in the page with an enter and exit animation. If there are overflow issues or you need to portal the overlay to a different area within your app, you should use the OverlayPortal component instead.

Generated using TypeDoc