Time Line
import { AXTimeLineModule } from '@acorex/components/time-line';
Overview
January 1, 2024
January 10, 2024
February 6, 2024
Usage
ax-time-line
Preview
Code
With Icon
Preview
Code
No Icon
Preview
Code
Design Tokens
--ax-comp-time-line-active-bg-color | var(--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-color | var(--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-color | var(--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-color | var(--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-color | var(--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. |