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 15 forks source link

Question about searching a list with very large data #37

Open nekrasov-andrii opened 6 months ago

nekrasov-andrii commented 6 months ago

Hi @jsakamoto,

There is a small question about lists and searching in it.

image

Example: To display icons in the button component, I use icons from "RemixIcon". There are a lot of them and with every new release there are even more) image

It would be more convenient to use search when there is large data in the list. Do you plan to add such functionality in the future?

Kind regards, Andrii.