Separator
@xngui/components/separator@xngui/components/separatorVisual divider between content regions.
Preview
Section ONE
Section TWO
import { Component } from '@angular/core';
import { XSeparator } from '@xngui/components/separator';
@Component({
selector: 'app-example',
imports: [XSeparator],
templateUrl: './separator.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.