Ionic Components not rendering in GrapesJS canvas #5091
Unanswered
codevakure
asked this question in
Q&A
Replies: 1 comment
-
styles: [
- "https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.esm.js",
+ "https://cdn.jsdelivr.net/npm/@ionic/core/css/ionic.bundle.css",
], |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Need help. I am trying to create ionic components drag and drop with GrapesJS.
So I added the styles and js to canvas.
Tried this below
Added block
But still ionic components are not rendering in the canvas.
Beta Was this translation helpful? Give feedback.
All reactions