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

Collapse

import { AXCollapseModule } from '@acorex/components/collapse'; Collapse component is a UI element that allows the creation of collapsible content sections. It enables users to toggle the visibility of content with a collapsible header, offering an intuitive and space-efficient way to organize information. With customizable features like a custom header template, accordion behavior, and event callbacks, it enhances flexibility and user interaction.

Overview

In this section, you can test different options of this component and see the output in real time
Google
Microsoft
Apple
Solid

Usage

A simple example of using collapse.
Preview
Code

Custom header template

Allows users to define a personalized header content by providing a custom template, enabling unique and flexible styling options for the collapsible panel's header section.
Preview
Code

Accordion mode

With accordion, you can only have one collapse open at a time
Preview
Code

Header Icon

With icon property, you can show icon in collapse header.
Preview
Code

Loading

With icon property, you can show icon in collapse header.
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-collapse-margin0.5remMargin around the collapse component.
--ax-comp-collapse-bg-colorvar(--ax-sys-color-lightest-surface) (solid)Background color of the collapse component. Uses the system's lightest surface color.
--ax-comp-collapse-border-colorvar(--ax-sys-color-border-lightest-surface) (solid)Border color of the collapse component. Uses the system's lightest border color.
--ax-comp-collapse-border-width1px (solid)Border width of the collapse component.

Props

disabledboolean-Specifies the size of the circular progress indicator.
lookAXStyleLookTypesolidSpecifies the color of the circular progress indicator.
isCollapsedbooleanfalseDetermines the stroke width of the circular progress indicator.
showHeaderbooleantrueSpecifies the progress value of the circular progress indicator.
icon--Specifies the progress value of the circular progress indicator.
caption--Specifies the progress value of the circular progress indicator.
headerTemplateTemplateRef<any>-Specifies the progress value of the circular progress indicator.
isLoadingbooleanfalseSpecifies the progress value of the circular progress indicator.
colorstringprimarySpecifies the progress value of the circular progress indicator.
isAccordiongbooleanfalseSpecifies the progress value of the circular progress indicator.

Methods

onClick

AXCollapseClickEvent

Specifies the function to be called when the collapse item is clicked.
lookChange

AXStyleLookType

Specifies the function to be called when the appearance of the collapse item changes.
isCollapsedChange

any

Specifies the function to be called when the collapse state changes.
disabledChange

boolean

Specifies the function to be called when the disabled state of the collapse item changes.
onFocus

AXFocusEvent

Specifies the function to be called when the collapse item gains focus.
onBlur

AXFocusEvent

Specifies the function to be called when the collapse item loses focus.
onOptionChanged

AXOptionChangedEvent

Specifies the function to be called when an option related to the collapse item changes.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page