Skip to content
@xngui/components/tabs
@xngui/components/tabs

Accessible tablist — compose with x-tab panels.

Preview

Profile Settings AND Public Details

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.