Popover Flyout Node
v1.0.0A rich popup panel triggered by clicking an element.
Interactive Implementation
Click the button to open a popover panel.
Active State: [Live tracking: ON @ 500ms]
Properties API
All available props for this component.
Property | Type | Default | Description |
|---|---|---|---|
| trigger | ReactNode | required | The stationary child anchor element configured to trigger flyout visibility hooks on user click. |
| children | ReactNode | required | The structural content nodes nested inside the context canvas popover container. |
| align | "left" | "right" | "center" | "center" | Controls horizontal alignment anchor offsets matching viewport clearance requirements. |
| className | string | undefined | Optional overrides passed directly to the absolute layout panel component container. |