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

Rail Navigation

import { AXRailNavigationModule } from '@acorex/components/rail-navigation'; The Rail Navigation component offers persistent, vertical navigation, typically positioned on the left or right side of the screen. Ideal for complex applications, it provides a clear visual hierarchy and enables quick context switching between different sections or features.

Overview

In this section, you can test different options of this component and see the output in real time
Home
Store
With-line
Start

Side Menu

An example of creating a side menu using ax-rail-navigation.
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-rail-navigation-font-size0.875remFont size of the rail navigation items.
--ax-comp-rail-navigation-line-height1.375remLine height of the rail navigation items.
--ax-comp-rail-navigation-width7remWidth of the rail navigation component.
--ax-comp-rail-navigation-item-opacity0.6Opacity of inactive rail navigation items.
--ax-comp-rail-navigation-item-text-colorvar(--ax-sys-color-on-lightest-surface)Text color of rail navigation items. Defaults to the system's body text color.
--ax-comp-rail-navigation-item-icon-font-size1.125remFont size of the icons within rail navigation items.
--ax-comp-rail-navigation-item-icon-border-radius1remBorder radius of the icons within rail navigation items.
--ax-comp-rail-navigation-item-icon-padding-block0.25remVertical padding of the icons within rail navigation items.
--ax-comp-rail-navigation-item-icon-padding-inline1.25remHorizontal padding of the icons within rail navigation items.
--ax-comp-rail-navigation-item-text-font-weight500Font weight of the text within rail navigation items.
--ax-comp-rail-navigation-item-hover-opacity0.75Opacity of rail navigation items on hover.
--ax-comp-rail-navigation-item-disabled-opacity0.3Opacity of disabled rail navigation items.
--ax-comp-rail-navigation-item-active-opacity1Opacity of the active rail navigation item.
--ax-comp-rail-navigation-indicator-size2pxSize (width) of the active item indicator.
--ax-comp-rail-navigation-indicator-colorvar(--ax-sys-color-on-lightest-surface)Color of the active item indicator. Defaults to the system's body text color.
--ax-comp-rail-navigation-bg-colorvar(--ax-sys-color-primary-surface)Background color of the active item in the 'with-line-color' look. Uses the primary color at its 500 shade.
--ax-comp-rail-navigation-item-pills-opacity0.7Opacity of rail navigation items in the 'pills' look.
--ax-comp-rail-navigation-item-pills-hover-opacity0.85Opacity of rail navigation items on hover in the 'pills' look.
--ax-comp-rail-navigation-item-pills-hover-icon-bg-colorvar(--ax-sys-color-surface)Background color of the icon within a hovered item in the 'pills' look.
--ax-comp-rail-navigation-item-pills-active-opacity1Opacity of the active rail navigation item in the 'pills' look.
--ax-comp-rail-navigation-item-pills-active-icon-bg-color var(--ax-sys-color-darker-surface)Background color of the icon within the active item in the 'pills' look. Uses the system's body text color.
--ax-comp-rail-navigation-item-pills-color-active-icon-bg-color var(--ax-sys-color-primary-surface)Background color of the icon within the active item in the 'pills-color' look. Uses the primary color at its 500 shade.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page