Core Accordion component | Community
Skip to main content
JeevanRaj
New Participant
November 14, 2022
Solved

Core Accordion component

  • November 14, 2022
  • 1 reply
  • 1021 views

Hi,

 

1. I want to use core accordion component. I would like to add multiple components inside a single accordion item as shown in the below screenshot. How can I achieve this? I would like to believe there is an easier approach to this and that I'm doing something wrong but I'm unable to figure this out. This must be a common use case.

2. Can we use layout container component inside any of the items in accordion? I added a layout container for an item. When I tried inserting a component inside this layout container, the new component got added as a new item to the accordion. Refer to below image. Here I just add 1 item which is Layout container. When I tried inserting Image component to the LC, the Image component was added as another item to accordion. Now I have 2 items for accordion.

 

Thanks in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

you can use container as carousel item.

 

 

 

1 reply

arunpatidar
arunpatidarAccepted solution
New Participant
November 14, 2022

you can use container as carousel item.

 

 

 

Arun Patidar
JeevanRaj
JeevanRajAuthor
New Participant
November 14, 2022

Thanks @arunpatidar it worked.

 

It did work with LC as well. The way I was doing it was wrong.