Classes list
Every class Popover recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.popover-anchor | Positioning wrapper — required; carries id, .toggle-target targets this |
.popover | The overlay element itself, nested inside .popover-anchor; carries intent/style classes |
.popover-panel | Bordered, shadowed surface inside .popover |
.popover-header / .popover-title | Title row and heading text, with an optional close button |
.popover-close | Close button, pair with .action-close |
.popover-body / .popover-footer | Main content area and right-aligned action-button row |
.popover-arrow | The small triangle pointing at the trigger |
.popover-bottom-end / .popover-top-start | Placement — must be applied to BOTH .popover-anchor and .popover for the box and arrow to match |