Popover
@xngui/components/popover@xngui/components/popoverAnchored interactive panel — trigger + rich content.
Preview
Share Link
Anyone With THE Link CAN View
https://example.com/doc/42
import { Component } from '@angular/core';
import { XButton } from '@xngui/components/button';
import { XPopover } from '@xngui/components/popover';
@Component({
selector: 'app-example',
imports: [XButton, XPopover],
templateUrl: './popover.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.