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
297 stars 14 forks source link

Question about "Parameter type" values #28

Closed nekrasov-andrii closed 5 months ago

nekrasov-andrii commented 5 months ago

Hi, I use RemixIcon in the my component. The "Description" column displays all available values of this type, it's a lot to read. Is it possible to programmatically limit the output of only a type without its values, or a limited number of records?

Kind regards, Andrii.

image

jsakamoto commented 5 months ago

Oh my...

Thanks, @nekrasov-andrii, for your feedback. I'll try to come up with ideas to resolve this problem. But since this is my hobby product and I only have a little time to spend on it, it might take longer than you expect. I appreciate your patience.

nekrasov-andrii commented 5 months ago

Hi @jsakamoto, I'm new to "BlazingStory", so a lot of things are still unclear to me. Since this is not yet implemented out of the box, I can offer you a workaround using css.

Need to add the following block with styles to the head tag in the "IndexPage.razor".

image

Result: image

Kind regards, Andrii.