Popover

Floating content anchored to a trigger (Angular CDK).

Settings

Share

Positions

Feedback

API reference

Inputs

PropTypeDefaultDescription
buiPopover*TemplateRef<unknown>Template rendered as the popover content; bound via `[buiPopover]`.
sidePopoverSide'bottom'Side of the trigger the popover opens on, with an automatic opposite-side fallback.

Types

PopoverSide — Side of the trigger the popover opens on.

"bottom" | "left" | "right" | "top"

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.