Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Tabs

import { AXTabsModule } from '@acorex/components/tabs'; Tabs component allows users to switch between different sections of content within the same container, organized under labeled tabs. It helps streamline the interface by grouping related information, making it easy to navigate without leaving the current page or view.

Overview

In this section, you can test different options of this component and see the output in real time
My Account
+12
Company
Team Members
Billing
With-line
Bottom

Usage

A simple example of using ax-tabs
Preview
Code

Decoration

Description of AXTabsComponent's feature.
Preview
Code

Custom Template

Description of AXTabsComponent's feature.
Preview
Code

Tab with Content

Description of AXTabsComponent's feature.
Preview
Code

Design Tokens

Design tokens are variables that define the visual style of ACoreX components. You can use them to change colors, typography, spacing, and other visual aspects. Default component colors use system surface colors.
--ax-comp-tabs-font-weight500Font weight of the tab labels.
--ax-comp-tabs-font-size0.875remFont size of the tab labels.
--ax-comp-tabs-line-height1.25remLine height of the tab labels.
--ax-comp-tabs-text-colorvar(--ax-sys-color-on-lightest-surface)Text color of the tab labels. Inherits from the parent element by default.
--ax-comp-tabs-bg-colorvar(--ax-sys-color-lightest-surface)Background color of the tabs. Inherits from the parent element by default.
--ax-comp-tabs-hover-text-colorvar(--ax-sys-color-on-surface)Text color of the tab labels on hover. Inherits from the parent element by default.
--ax-comp-tabs-hover-bg-colorvar(--ax-sys-color-surface)Background color of the tabs on hover. Inherits from the parent element by default.
--ax-comp-tabs-active-text-colorvar(--ax-sys-color-on-surface)Text color of the active tab label. Inherits from the parent element by default.
--ax-comp-tabs-active-bg-colorvar(--ax-sys-color-surface)Background color of the active tab. Inherits from the parent element by default.
--ax-comp-tabs-disabled-opacity0.5Opacity of disabled tabs.
--ax-comp-tabs-default-border-radiusvar(--ax-sys-border-radius)Default border radius of the tabs. Defaults to the system's border radius.
--ax-comp-tabs-border-width1pxBorder width of the tabs in classic look.
--ax-comp-tabs-border-colorvar(--ax-sys-color-border-lightest-surface)Border color of the tabs in classic look. Defaults to the system's border color.
--ax-comp-tabs-indicator-size2pxSize (thickness) of the tab indicator in the with-line and with-line-color looks.
--ax-comp-tabs-indicator-colorvar(--ax-sys-color-primary-surface)Color of the tab indicator in the with-line and with-line-color looks. Uses the primary color at its 500 shade.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page