Sara Santana Sparrer

Results 2 comments of Sara Santana Sparrer

I was able to fix this issue importing the SVG as ReactComponent `import { ReactComponent as YourFileName } from './your-file.svg'` and then, use it like: ``

I've added storybook in the root of create-react-library and it works fine. I don't need to use example folder anymore. I simply create the _[file].stories.js_ inside each component and it...