Svelte Storybook is not showing up the nested CustomElement (Webcomponents) #12946
Unanswered
saravanansoft
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to show the svelte component which has <svelte:options customElement="parent-component" /> and it has another child component <svelte:options customElement="child-component" />,
but in the story book i could see the parent but not the child. when i inspect i could see the child component rendered but not visible in the page. I am not using any styles Can any one guide me on this?
Parent component:
Child Component:
Beta Was this translation helpful? Give feedback.
All reactions