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

Time Line

import { AXTimeLineModule } from '@acorex/components/time-line'; Timeline component provides a visual representation of events or milestones in chronological order, often presented in a linear or vertical layout. This component helps users easily track progress or understand the sequence of events over time, making it ideal for applications that need to showcase historical data, project timelines, or key milestones in a clear and engaging way.

Overview

In this section, you can test different options of this component and see the output in real time
January 1, 2024
Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse dolor deleniti cupiditate nostrum id. Ipsum error enim ipsa, libero velit voluptate porro dolor quaerat. Similique quis qui voluptatum odio unde.
January 10, 2024
Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse dolor deleniti cu piditate nostrum id. Ipsum error enim ipsa, libero velit voluptate porro dolor quaerat. Similique quis qui voluptatum odio unde.
February 6, 2024
Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse dolor deleniti cupiditate nostrum id. Ipsum error enim ipsa, libero velit voluptate porro dolor quaerat. Similique quis qui voluptatum odio unde.

Usage

A simple example of using ax-time-line
Preview
Code

With Icon

TimeLine with icon inside it.
Preview
Code

No Icon

TimeLine with no icon inside it.
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-time-line-active-bg-colorvar(--ax-sys-color-primary-lightest-surface)this variable specifies the background color for the active step or event in a timeline component. It highlights the current or completed status, making it visually distinct from inactive steps.
--ax-comp-time-line-active-text-colorvar(--ax-sys-color-on-primary-lightest-surface)defines the text color for the active step or event in a timeline component. It ensures the text is legible and stands out against the background of the active step.
--ax-comp-time-line-deactivate-bg-colorvar(--ax-sys-color-darkest-surface)this variable specifies the background color for inactive or deactivated steps or events in a timeline component. It visually distinguishes these steps as incomplete or not yet reached.
--ax-comp-time-line-icon-text-colorvar(--ax-comp-time-line-icon-text-color)this variable specifies the color of the text or icons displayed within timeline step markers. It ensures that the icons or text are clearly visible and harmonize with the overall design of the timeline component.
--ax-comp-time-line-icon-bg-colorvar(--ax-comp-time-line-icon-bg-color)defines the background color of the icons displayed within the timeline component. It enhances the visibility of the icons and provides a consistent design for each timeline step.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page