Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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