Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

How to add Parsys or Component in AEM SPA React

Avatar

Level 7

I have a requirement to include the parsys and components into one component. 

The code we use to do in HTL is somewhat like <sly data-sly-resource="${'parsys' @ resourceType='project/compoennt/xyz'}"></sly>

 

How can we achieve the same functionality using AEM SPA React

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Ronnie09 

 

Please check the below link. The use case tries to create a column control with a parsys in it. You can maybe extend the same implementation to add parsys from react. 

 

https://aemsimplifiedbynikhil.wordpress.com/tag/parsys/

 

Thanks

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @Ronnie09 

 

Please check the below link. The use case tries to create a column control with a parsys in it. You can maybe extend the same implementation to add parsys from react. 

 

https://aemsimplifiedbynikhil.wordpress.com/tag/parsys/

 

Thanks