3 column control component in AEM 6.5 react spa | Community
Skip to main content
kalyan_chakrav1
New Participant
February 9, 2021
Solved

3 column control component in AEM 6.5 react spa

  • February 9, 2021
  • 2 replies
  • 2553 views

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

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 Vijayalakshmi_S

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.

 

2 replies

New Participant
February 6, 2023

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

 

Thanks

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
New Participant
February 11, 2021

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.