Popover
Overview
The popover is a non-modal dialog that floats around a trigger.
Properties
Properties | Description |
---|---|
trigger | The button that toggles the popover. By default, the Popover.Content will position itself against the trigger. |
content | The component that pops out when the popover is open. |
className | The 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. |
showArrow | An 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 |
Updated 6 months ago