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
319 stars 16 forks source link

Question about component properties #13

Open KrzychuR opened 1 year ago

KrzychuR commented 1 year ago

Firstly, thanks a lot for amazing solution! I'm just trying to write first stories for my components and then I noticed possibility to improve a bit component arguments rendering on side-bar.

I think, could be helpful if sidebar can just use .ToString() for complex arguments, see screen bellow:

image