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

Selection List

import { AXSelectionListModule } from '@acorex/components/selection-list'; Selection List component is a component for managing and presenting lists of items with configurable readonly and disabled modes, customizable look options and direction, show controler and flexibility in selection behavior.

Overview

In this section, you can test different options of this component and see the output in real time
Vertical
Card
  • Selected Items: [Banana 🍌]
  • Selected Value: 3

Usage

A simple example of using ax-selection-list
Preview
Code

Multiple

You can enable users to choose multiple items with multiple property.
Preview
Code

Hide Control

You can toggle control visibility with showControl property for a clean, intuitive interface.
Preview
Code

Direction

You can change the direction with direction property to integrate seamlessly with your design.
Preview
Code

Show Hint

You can display hints beneath each item by adding a hint property to each item object.
Preview
Code

Custom Template

You can pass templateRef as render template
Preview
Code

Copyright ©2017-2025 ACoreX Labs Inc.

On this page