PopperProps
Properties
An HTML element, virtualElement, or a function that returns either. It's used to set the position of the popper. The return value will passed as the reference object of the Popper instance.
Direction of the text.
The children
will be under the DOM hierarchy of the parent component.
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 Popper.
Popper.js is based on a "plugin-like" architecture, most of its features are fully encapsulated "modifiers".
Options provided to the Popper.js
instance.
The props used for each slot inside the Popper.
The components used for each slot inside the Popper. Either a string to use a HTML element or a component.
Help supporting a react-transition-group/Transition component.