Overview

The popover is a non-modal dialog that floats around a trigger.

Properties

PropertiesDescription
triggerThe button that toggles the popover. By default, the Popover.Content will position itself against the trigger.
contentThe component that pops out when the popover is open.
classNameThe className property can be used to add a CSS class to a component that accepts styling. In Clutch, the className property powers the visual styling panel and the class name itself is auto-generated. Additional class names can be passed to the component by twirling open the className control and passing in strings.
showArrowAn optional arrow element to render alongside the popover. This can be used to help visually link the anchor with the Popover.Content. Must be rendered inside Popover.Content.
isDismissable