Tabs
@xngui/components/tabs@xngui/components/tabsAccessible tablist — compose with x-tab panels.
Preview
Profile Settings AND Public Details
Invoices Payment Methods AND Plan
Team Members Disabled TAB
Password, sessions, and 2FA
import { Component } from '@angular/core';
import { XTab, XTabs } from '@xngui/components/tabs';
@Component({
selector: 'app-example',
imports: [XTab, XTabs],
templateUrl: './tabs.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.