for | string | '' | ID of the anchor element that toggles and positions the popover. |
|---|
open | boolean | false | Shows or hides the popover. The component also mutates this prop when the anchor is clicked or dismissal occurs. |
|---|
placement | top | top-start | top-end | bottom | bottom-start | bottom-end | right | right-start | right-end | left | left-start | left-end | top | Preferred anchored placement. The component flips to the opposite side when the preferred side overflows more. |
|---|
distance | number | 8 | Main-axis gap between the anchor and the popover surface. |
|---|
offset | number | 0 | Cross-axis slide along the anchor edge. |
|---|
without-arrow | boolean | false | Hides the arrow while keeping the same anchored open/close behavior. |
|---|