Collapse
import { AXCollapseModule } from '@acorex/components/collapse';
Overview
Google
Microsoft
Apple
Solid
Usage
Preview
Code
Custom header template
Preview
Code
Accordion mode
Preview
Code
Header Icon
icon
property, you can show icon in collapse header.Preview
Code
Loading
icon
property, you can show icon in collapse header.Preview
Code
Design Tokens
--ax-comp-collapse-margin | 0.5rem | Margin around the collapse component. |
--ax-comp-collapse-bg-color | var(--ax-sys-color-lightest-surface) (solid) | Background color of the collapse component. Uses the system's lightest surface color. |
--ax-comp-collapse-border-color | var(--ax-sys-color-border-lightest-surface) (solid) | Border color of the collapse component. Uses the system's lightest border color. |
--ax-comp-collapse-border-width | 1px (solid) | Border width of the collapse component. |
Props
disabled | boolean | - | Specifies the size of the circular progress indicator. |
look | AXStyleLookType | solid | Specifies the color of the circular progress indicator. |
isCollapsed | boolean | false | Determines the stroke width of the circular progress indicator. |
showHeader | boolean | true | Specifies 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. |
headerTemplate | TemplateRef<any> | - | Specifies the progress value of the circular progress indicator. |
isLoading | boolean | false | Specifies the progress value of the circular progress indicator. |
color | string | primary | Specifies the progress value of the circular progress indicator. |
isAccordiong | boolean | false | Specifies 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. |