jsakamoto / BlazingStory

The clone of "Storybook" for Blazor, a frontend workshop for building UI components and pages in isolation.
https://jsakamoto.github.io/BlazingStory/
Mozilla Public License 2.0
305 stars 13 forks source link

Images not appearing in Storybook #58

Closed jsakamoto closed 1 week ago

jsakamoto commented 1 week ago

Discussed in https://github.com/jsakamoto/BlazingStory/discussions/57

Originally posted by **BenPughyy** September 26, 2024 ### Hi! I'm using your BlazingStory framework on my project, but when I'm using components that have images in them they aren't appearing. *I can't find any documentation on how to fix this*, could you please help? The images are contained in **Project.One's wwwroot** folder, and then the Storybook is it's own Project within the same Solution. If they is an import or something I am missing, please let me know. Thanks.
jsakamoto commented 1 week ago
Originally posted by **jsakamoto** September 26, 2024 Hi @BenPughyy, Unfortunately, I've not succeeded in reproducing the behavior you reported. I attached a Blazor WebAssembly app and its Stories project to this thread, which I am using to try to reproduce the problem on my side. [📦BlazorWasmApp1.zip](https://github.com/user-attachments/files/17156981/BlazorWasmApp1.zip) I implemented the Blazing Story to be able to handle these kinds of scenarios, so it must work well. But as you said, if it didn't, I might have missed something. Could you provide a project that can reproduce the problem?