Telerik UI for ASP.NET Core TabStrip Basic Usage
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIThe TabStrip component is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Telerik UI for ASP.NET Core TabStrip component renders a set of tabs which the user can select. When selected, the tab opens and shows the content associated with it.
The current example displays a common use-case scenario for a TabStrip component which contains four tabs with the relevant information for each one and animation effects when selecting through the tabs.
The ASP.NET Core TabStrip control is part of Telerik UI for ASP.NET Core, a professional-grade UI library with 110+ components for building modern and feature-rich web applications. The UI for ASP.NET Core TabStrip is a server-side wrapper for the Kendo UI for jQuery TabStrip component and supports an HtmlHelper and a TagHelper mode.
Functionality and Features
- Tabs configuration—The TabStrip enables you to set the position of its tabs and also configure dynamic and scrollable tabs to render its content.
- Customizable content—You can also use the available TabStrip options and load and configure its tab content area.
- Setting the tab icons—The TabStrip component allows you to include images or sprite icons in its tabs.
- Animations—To reveal the content of its tabs, the TabStrip uses animations which you can modify through the supported configuration options.
- Razor Page configuration—You can add the TabStrip to a Razor Page and load its content with AJAX.