Save $100 with promo code CHEERS2025

As we are looking forward to an incredible 2025, enjoy our end-of-year promotion! Valid now through January 6th.

See Pricing

Still using Radzen Studio?
Achieve more with Radzen Blazor Studio

Radzen Blazor Studio is our new flagship product and vision of how rapid Blazor application development should be done.

Go to Radzen Blazor Studio

Tabs (Angular)

This guide demonstrates how to use the Tabs component.

Tabs Properties

Name Type Default Description
Name string ‘tabs’ + index suffix Unique name the component.
SelectedIndex number 0 The index of the initially selected tab.
Items array of tabs One item The tabs which the component displays.
Icon string null Tabs icon.

Tabs Events

Name Type Default Description
Change event null Fired when the selected tab changes. Has one event argument index which is the index of the new tab.

Tabs item Properties

Name Type Default Description
Text string string The header text displayed by the tab.