Skip to content

Accordion Item

An Accordion Item is an element that constitutes an individual section within an Accordion component, which can be expanded or collapsed.
It does not exist as an independent component, but only as a child element of the Accordion component.
Added in v4.0.0.

Properties

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAutoidstringAutoThe [id] property cannot be set by actions.
2LabelStringlabelstringSummary string of the accordion item
3Expanded HeightNumberexpandedHeightnumberHeight when the accordion item is expanded
4Expanded GapNumberexpandedGapnumberGap to the next accordion item when expanded
5Background ColorString
Color Picker
backgroundColorstringBackground color of the accordion item
6Label ColorString
Color Picker
labelColorstringLabel color of the accordion item summary
7ExpandedSelect
1. ON
2. OFF
OFFexpandedbooleanfalseExpansion state of the accordion item
8DisabledSelect
1. ON
2. OFF
OFFdisablebooleanfalseActive state of the accordion item
9VisibilitySelect
1. ON
2. OFF
OFFvisibilitybooleanfalseVisibility state of the accordion item

Accordion Item Components

Components placed in an accordion item are called Accordion Item Components.
Accordion Item Components can be added to an accordion item by the following steps:

  1. Click the + icon on the accordion item bar.
  2. The component addition dialog will appear.
  3. Select the desired component and click the ADD button.

Accordion Item Component Properties

Components added to an accordion item have the following additional properties compared to normal components:

  • Component Type
  • X
  • Y

Also, the following values can be set for the click or change events of Accordion Item Components:

ComponentClick or Change Event Options
Text Field1. NONE
2. ACTION
Button1. NONE
2. NEXT UI
3. URL
4. ACTION
5. UPLOAD
Typography
Image1. NONE
2. NEXT UI
3. URL
4. ACTION