Hello,
Does anyone know how I can include response grid inside react component?
It was possible in HTL.
<sly data-sly-resource="${'content' @ resourceType='wcm/foundation/components/responsivegrid'}"></sly>
Thank you
Solved! Go to Solution.
Views
Replies
Total Likes
You can use that component. It's clientlibs are defined under ui.apps:
"As part of the starter project a dedicated client library for the Responsive Grid has been included in the ui.apps project. You can view the client library at /aem-guides-wknd-events/ui.apps/src/main/content/jcr_root/apps/wknd-events/clientlibs/responsive-grid. This client library has a category of wknd-events.grid and includes a single file named grid.less which includes the necessary CSS for the Layout Mode and the responsive grid to work. Next we will make sure that this CSS is loaded with the React app."
Adobe Experience Manager Help | Getting Started with React and AEM SPA Editor - Chapter 2
Moreover, it's a Layout Container Component:
You can use it the same way you can use/create the other components, the way AEM Text component is mapped to a React component.
Adobe Experience Manager Help | Getting Started with React and AEM SPA Editor - Chapter 1
Views
Replies
Total Likes
Hope you have seen this -
Integrate Responsive Grid
AEM ships with an edit mode called Layout mode which when enabled allows authors to re-size components and containers to optimize content on different device widths. This feature is baked into the SPA Editing capabilities. The only action needed is to integrate AEM's Responsive Grid CSS into our project.
As part of the starter project a dedicated client library for the Responsive Grid has been included in the ui.apps project. You can view the client library at /aem-guides-wknd-events/ui.apps/src/main/content/jcr_root/apps/wknd-events/clientlibs/responsive-grid. This client library has a category of wknd-events.grid and includes a single file named grid.less which includes the necessary CSS for the Layout Mode and the responsive grid to work. Next we will make sure that this CSS is loaded with the React app
Views
Replies
Total Likes
Maybe, this could help:
Adobe Experience Manager Help | Getting Started with React and AEM SPA Editor - Chapter 2
Views
Replies
Total Likes
Hi, thanks for your reply.
I don't want to resize components inside the responsive grid.
I really need one component and I want to be able to add new components inside this one. Is a different use case.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
You can use that component. It's clientlibs are defined under ui.apps:
"As part of the starter project a dedicated client library for the Responsive Grid has been included in the ui.apps project. You can view the client library at /aem-guides-wknd-events/ui.apps/src/main/content/jcr_root/apps/wknd-events/clientlibs/responsive-grid. This client library has a category of wknd-events.grid and includes a single file named grid.less which includes the necessary CSS for the Layout Mode and the responsive grid to work. Next we will make sure that this CSS is loaded with the React app."
Adobe Experience Manager Help | Getting Started with React and AEM SPA Editor - Chapter 2
Moreover, it's a Layout Container Component:
You can use it the same way you can use/create the other components, the way AEM Text component is mapped to a React component.
Adobe Experience Manager Help | Getting Started with React and AEM SPA Editor - Chapter 1
Views
Replies
Total Likes