Fluent Commerce Logo
Docs
Sign In

Accordion Component

UI Component

Changed on:

21 June 2024

Overview

The Accordion component is a Mystique content component that can expand to show its child components. It is useful for hiding details with the ability to pull it up when needed.

No alt text provided
Plugin NameCore

The standard library of mystique components. 

0000-00-00

v1.0.0

Initial changelog entry.

Alias

fc.accordion

Detailed technical description

The Accordion Component is a wrapper component that contains the Summary and Details sections used to display:

  • Plain text
  • Template
  • Set of components

The Summary section is always visible.

The Details section could be expanded from the Summary by clicking on it.

1{
2    "component": "fc.accordion",
3    "props": {
4        "summary": "Accordion Summary",
5        "details": "Accordion Details"
6    }
7}

Language: plain_text

Name: Plain Text

Description:

[Warning: empty required content area]
1{
2    "component": "fc.accordion",
3    "props": {
4        "summary": "{{someTemplate}}",
5        "details": "{{someTemplate2}}"
6    }
7}

Language: plain_text

Name: Template

Description:

[Warning: empty required content area]
1{
2    "component": "fc.accordion",
3    "props": {
4        "summary": [
5            {
6                "component": "fc.mystique.collapsible.text",
7                "props": {
8                    "text": "Text example",
9                    "charCutoff": 50
10                }
11            }
12        ],
13        "details": [
14            {
15                "component": "fc.mystique.collapsible.text",
16                "props": {
17                    "text": "Text example",
18                    "charCutoff": 50
19                }
20            },
21            {
22                "component": "fc.mystique.collapsible.text",
23                "props": {
24                    "text": "Text example",
25                    "charCutoff": 50
26                }
27            }
28        ]
29    }
30}

Language: plain_text

Name: Set of components

Description:

[Warning: empty required content area]

Properties

Name

Type

Required

Default

Description

expandIcon

`boolean`

No

true

Displays or hides the expand icon in the Summary section.

expanded

`boolean`

No

 

Forces opened or closed state of the Accordion component.

defaultExpanded

`boolean`

No

false

Indicates a predefined state of the Accordion component, allowing change it.

disabled

`boolean`

No

false

Restricts interaction with the Accordion component.

summary

`string`
/
`MystiqueComponentInstance[]`

No

 

Text, template or an array of custom components to be displayed in the Summary section.

details

`string`
/
`MystiqueComponentInstance[]`
/
`{components: MystiqueComponentInstance[], direction: "row" / "column"}`

No

 

Text, template or an array of custom components to be displayed in the Details section.

Configuration example

1{
2    "component": "fc.accordion",
3    "props": {
4        "summary": "Accordion Summary",
5        "details": "Accordion Details"
6    }
7}

Language: json

Version History

2024-04-22

24.4.22

Initial release

Recommended Placement

None

Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.

Fluent Logo