storybook/docs/_snippets/my-component-story-import-static-asset.md
2024-12-03 12:06:05 +01:00

247 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';