PopoverProps
Inheritors
Types
Properties
A ref for imperative actions. It currently only supports updatePosition() action.
This is the point on the anchor where the popover's anchorEl
will attach to. This is not used when the anchorReference is 'anchorPosition'.
This is the position that may be used to set the position of the popover. The coordinates are relative to the application's client area.
This determines which anchor prop to refer to when setting the position of the popover.
A backdrop component. This prop enables custom backdrop rendering.
Props applied to the /material-ui/api/backdrop/ element.
Override or extend the styles applied to the component.
When set to true the Modal waits until a nested Transition is completed before closing.
The components used for each slot inside.
The extra props for the slot components. You can override the existing props or add new ones.
If true
, the modal will not automatically shift focus to itself when it opens, and replace it to the last focused element when it closes. This also works correctly with any modal children that have the disableAutoFocus
prop.
If true
, the modal will not prevent focus from leaving the modal while open.
If true
, hitting escape will not fire the onClose
callback.
The children
will be under the DOM hierarchy of the parent component.
If true
, the modal will not restore focus to previously focused element once modal is hidden or unmounted.
Disable the scroll lock behavior.
If true
, the backdrop is not rendered.
Always keep the children in the DOM. This prop can be useful in SEO situation or when you want to maximize the responsiveness of the Modal.
Specifies how close to the edge of the window the popover can appear. If null, the popover will not be constrained by the window.
Callback fired when the backdrop is clicked.
A function called when a transition enters.
A function called when a transition has exited.
Props applied to the /material-ui/api/paper/ element.
The extra props for the slot components. You can override the existing props or add new ones.
The components used for each slot inside.
This is the point on the popover which will attach to the anchor's origin.
The component used for the transition. /material-ui/transitions/#transitioncomponent-prop to learn more about the requirements for this component.
Set to 'auto' to automatically calculate transition time based on height.
Props applied to the transition element. By default, the element is based on this Transition
component.