Storybook integration #44
Unanswered
chrisrrowland
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
-
Probably due to a limited understanding of svelte and/or storybook, but when I tried to create a story around a component that includes a dropzone component, all that is rendered when I click on my story is
import DropZone from "./components/Dropzone.svelte"; export default DropZone;
which is the content of svelte-file-dropzone\scr\index.js
Any idea what I need to do to get the story to work correctly?
Beta Was this translation helpful? Give feedback.
All reactions