Expand my Community achievements bar.

SOLVED

Core Accordion component

Avatar

Community Advisor

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.

JeevanRaj_0-1668426799485.png

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.

JeevanRaj_1-1668427065742.png

 

Thanks in advance.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

you can use container as carousel item.

arunpatidar_0-1668434054551.png

 

 

 



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

you can use container as carousel item.

arunpatidar_0-1668434054551.png

 

 

 



Arun Patidar

Avatar

Community Advisor

Thanks @arunpatidar it worked.

 

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