storybook/docs/_snippets/my-component-story-import-static-asset.md
2024-06-13 17:53:08 +01:00

248 B

// This will include './static/image.png' in the bundle.
// And return a path to be included in a src attribute
import imageFile from './static/image.png';