I am trying to build XF components guide in our AEM similar to AEM Core component Examples, but I need to render the HTML part from story book for the same component, and show in my core component examples page. right now OOTB has Properties, Mark up and JSON tabs, i will be added one more tab which says HTML or IFRAME. and then show the html i get from storybook. so wanted to represent how this component gets rendered in real time page.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
parsing HTML is the second part, how do even get the HTML from story book as my response?
Views
Replies
Total Likes
@kedar0910 Just checking in, were you able to resolve your issue? We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it, Your insights could really benefit the community. Thanks again for being part of the conversation!
Views
Replies
Total Likes
You will not be able to fetch HTML as it is from the frontend module (Storybook) into ui.apps directly. Workaround is to fetch the generated clientlibs and parse it to generate required HTML out of it at UI level.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies