thaw-ui / thaw

An easy to use leptos component library

Home Page:https://thawui.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select with multiple items

qrilka opened this issue · comments

Hi @luoxiaozero
You have added Naive UI as a link to this repo in the "Resource" section. What does this actually mean? Is the idea to replicate inputs from that library or just use it as inspiration of some kind?
As for a concrete question, in Naive UI I see options "tag" and "filterable". How hard would it be to add these to thaw?

You have added Naive UI as a link to this repo in the "Resource" section. What does this actually mean? Is the idea to replicate inputs from that library or just use it as inspiration of some kind?

Most of the functions refer to Naive UI, but I don't want to copy Naive UI 100%.

As for a concrete question, in Naive UI I see options "tag" and "filterable". How hard would it be to add these to thaw?

Shouldn't be too hard, I'll add them in the future.

@luoxiaozero I understand that this could be an effort by itself but maybe it's worth to add a page describing at least the basics of library internals so new features could be added by somebody else as well? E.g. I see Binder/Follower used qutie a lot but no sure about the idea behind it. I guess I could extract this from the source code but every new contributor would need to do that at least.
BTW thanks for the library in any case.

Would love to be able to have a mutliple option select component. Something like selecting a list of categories to include in a filter.