Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

3 column control component in AEM 6.5 react spa

Avatar

Level 2

I need to use OOB column control component in our application using AEM 6.5 react spa. Could you please share OOB path

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @kalyan_chakrav1,

Can you try to use Layout container/ResponsiveGrid in Layout mode to achieve 3 column look and feel (sample screenshot below for reference)

This is because React component equivalent for Layout container is already available OOB as part of NPM module - @adobe/aem-react-editable-components.

 

Vijayalakshmi_S_0-1613060507814.png

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @kalyan_chakrav1,

Can you try to use Layout container/ResponsiveGrid in Layout mode to achieve 3 column look and feel (sample screenshot below for reference)

This is because React component equivalent for Layout container is already available OOB as part of NPM module - @adobe/aem-react-editable-components.

 

Vijayalakshmi_S_0-1613060507814.png

Avatar

Level 2

Hi @kalyan_chakrav1 , I have a similar requirement, can you please the the complete path.

 

Thanks