Back to Storybook

My Component Story Import Static Asset

docs/_snippets/my-component-story-import-static-asset.md

10.3.6246 B
Original Source
js
// 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';