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

Side Menu

To use side menu, you need to import BrowserAnimationsModule in app.module.ts
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { AXSideMenuModule } from '@acorex/components/side-menu'; Side Menu component is used to display a navigation menu in the sidebar of a website or application, allowing users to easily access and switch between different pages or sections. It offers a compact and intuitive way to organize and navigate content within the interface.

Overview

In this section, you can test different options of this component and see the output in real time
Dashboard
Users
List of users
Verified users
Unverified users
Users are blocked
Comments
+3
Pills
Start

Usage

A simple example of using ax-side-menu
Preview
Code

Customize font

you can change font style on side menu.
Preview
Code

Use decorator

You can use decorators in ax-menu-item.
Preview
Code

Group Title

You can use decorators in ax-title.
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-side-menu-gap0.5remGap between elements within the side menu.
--ax-comp-side-menu-font-size0.875remFont size of the side menu items.
--ax-comp-side-menu-line-height1.25remLine height of the side menu items.
--ax-comp-side-menu-title-opacity0.5Opacity of the side menu titles.
--ax-comp-side-menu-title-font-size0.75remFont size of the side menu titles.
--ax-comp-side-menu-divider-height1pxHeight (thickness) of the side menu dividers.
--ax-comp-side-menu-divider-margin-y0.25remVertical margin of the side menu dividers.
--ax-comp-side-menu-divider-bg-colorvar(--ax-sys-color-border-lightest-surface)Background color of the side menu dividers. Defaults to the system's border color.
--ax-comp-side-menu-item-padding-x1remHorizontal padding of side menu items.
--ax-comp-side-menu-item-padding-y0.5remVertical padding of side menu items.
--ax-comp-side-menu-item-disabled-opacity0.5Opacity of disabled side menu items.
--ax-comp-side-menu-children-gap0.5remGap between child items in the side menu.
--ax-comp-side-menu-pills-border-radiusvar(--ax-sys-border-radius)Border radius of the side menu items in the 'pills' look. Defaults to the system's border radius.
--ax-comp-side-menu-indicator-size2pxSize (width) of the side menu indicator.
--ax-comp-side-menu-indicator-colorvar(--ax-sys-color-border-lightest-surface)Color of the side menu indicator. Defaults to the system's border color.
--ax-comp-side-menu-indicator-active-colorvar(--ax-comp-side-menu-fg-color)Color of the active side menu indicator. Defaults to the side menu foreground color.
--ax-comp-side-menu-text-colorvar(--ax-sys-color-on-primary-surface)Text color of the side menu item.
--ax-comp-side-menu-hover-text-colorvar(--ax-sys-color-on-surface)Text color of the side menu item when hovered.
--ax-comp-side-menu-hover-bg-colorvar(--ax-sys-color-surface)Background color of the side menu item when hovered.
--ax-comp-side-menu-active-text-colorvar(--ax-sys-color-on-primary-surface)Text color of the side menu item when active.
--ax-comp-side-menu-active-bg-color var(--ax-sys-color-primary-surface)Background color of the side menu item when active.
--ax-comp-side-menu-bg-color var(--ax-sys-color-primary-surface)Background color of the side menu item.
--ax-comp-side-menu-ripple-colorvar(--ax-sys-color-on-surface)Ripple effect of the side menu item.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page