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

List

import { AXListModule } from '@acorex/components/list'; list component offers a range of features including multiple selection modes, customizable headers and footers, and unique item styling. It also supports disabled and readonly states for controlled interaction, along with a custom loading feature for enhanced user experience.

Overview

In this section, you can test different options of this component and see the output in real time
Select Your Favorite Fruit(s)
Your Custom Footer

Usage

A simple example of using ax-list
Preview
Code

Multiple

You can use the multiple property to toggle between single and multiple selection modes, accommodating various user interaction scenarios.
Preview
Code

Custom Header

You can create your custom header using the ax-header, allowing for personalized and unique designs tailored to your specific needs.
Preview
Code

Custom Footer

You can personalize the footer of your component using the ax-footer, ideal for adding custom content or design elements at the bottom
Preview
Code

Custom Item

You can customize each list item with the itemTemplate property, enabling unique and tailored appearances for individual entries
Preview
Code

Custom Loading

You can create a custom loading experience with the loadingTemplate property, enhancing user engagement during data processing or retrieval phases
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-list-item-hover-bg-colorvar(--ax-sys-color-surface), 0.5Background color of a list item on hover. Uses the system's input background color with 50% opacity.
--ax-comp-list-item-selected-bg-color var(--ax-sys-color-primary-surface), 0.2Background color of a selected list item. Uses the system's input background color.
--ax-comp-list-item-focus-outline-colorvar(--ax-sys-color-primary-surface)Outline color of a focused list item. Uses the primary color at its 500 shade.
--ax-comp-list-font-size0.875remFont size of the list item text.
--ax-comp-list-line-height1.25remLine height of the list item text.
--ax-comp-list-item-heightvar(--ax-sys-size-base)Height of a list item. Uses the system's base size.
--ax-comp-list-item-padding-s0.75remStart (left in LTR, right in RTL) padding of a list item.
--ax-comp-list-item-padding-e1remEnd (right in LTR, left in RTL) padding of a list item.
--ax-comp-list-item-focus-outline-width2pxOutline width of a focused list item.
--ax-comp-list-item-focus-outline-offset-4pxOutline offset of a focused list item.
--ax-comp-list-checkbox-label-margin-s0.5remStart (left in LTR, right in RTL) margin of the checkbox label within a list item.
--ax-comp-list-item-disabled-opacity0.5Opacity of a disabled list item. Ranges from 0 (fully transparent) to 1 (fully opaque).
--ax-comp-list-empty-container-heightvar(--ax-sys-size-base)Height of the empty state container when the list has no items. Uses the system's base size.
--ax-comp-list-empty-container-padding-x0.75remHorizontal padding of the empty state container.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page