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

Bottom Navigation

import { AXBottomNavigationModule } from '@acorex/components/bottom-navigation'; Bottom Navigation component is a user interface element designed for navigation within applications. It serves as an interactive control, allowing users to perform actions through clicks. Highly customizable, it offers flexibility in both appearance and functionality to meet various interface needs.

Overview

In this section, you can test different options of this component and see the output in real time
Home Favorite Profile
Solid
Top

Usage

A simple example of using ax-bottom-navigation
Preview
Code

Has Border

Using the hasBorder property, you can add a line to the top of the bottom navigation
Preview
Code

Indicator Position

Using Indicator Position, you can determine the display position of indicator. This property accepts the values top and bottom. the default value is top.
Preview
Code

Prefix / Suffix

You can use ax-prefix and ax-suffix inside ax-bottom-navigation-item
Preview
Code

Disabled

You can disable a bottom navigation item by using the disabled property
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-bottom-navigation-bg-colorvar(--ax-sys-color-surface)Background color of the bottom navigation bar. Uses the system's surface color.
--ax-comp-bottom-navigation-border-size1pxBorder thickness of the bottom navigation bar.
--ax-comp-bottom-navigation-text-colorvar(--ax-sys-color-on-surface)Text color for inactive items. Uses the system's text color.
--ax-comp-bottom-navigation-active-text-colorN/AText color for the active item.
--ax-comp-bottom-navigation-active-bg-colorN/ABackground color for the active item (applies to 'with-line' look).
--ax-comp-bottom-navigation-active-icon-bg-colorunsetBackground color for the active item's icon (applies to 'pills' look).
--ax-comp-bottom-navigation-ripple-colorvar(--ax-sys-color-primary-surface), 0.3Color of the ripple effect on item interaction. Uses the primary color with 0.3 opacity.
--ax-comp-bottom-navigation-indicator-width60%Width of the active item indicator.
--ax-comp-bottom-navigation-indicator-height0.2remHeight of the active item indicator.
--ax-comp-bottom-navigation-indicator-border-radius0.125remBorder radius of the active item indicator.

Props

namestring-Sets the name of the navigation item.
activebooleanfalseIndicates whether the navigation item is active.
lookAXStyleLookTypesolidDetermines the appearance of the navigation item.
disabledbooleanfalseSpecifies whether the navigation item is disabled.
hasBorderbooleanfalseIndicates whether the navigation item has a border.
indicatorPositionstringtopSpecifies the position of the indicator on the navigation item.
readonlybooleanfalseSpecifies whether the navigation item is read-only.

Methods

onItemClick

AXClickEvent

Specifies the function to be called when an item in the bottom navigation is clicked.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page