thaw-ui / thaw

An easy to use leptos component library
https://thawui.vercel.app
MIT License
209 stars 23 forks source link

Consider making components public ? #143

Closed glennpierce closed 3 months ago

glennpierce commented 3 months ago

Would you consider making

thaw::components public

I would like to copy the component Select so I can implement multiple item selection and do a few other custom things but with that private I cant access Binder of Follower which makes it difficult.

Could you suggest a better way if not ?

Thanks

luoxiaozero commented 3 months ago

I can distribute these components as separate libraries (thaw-components).

glennpierce commented 3 months ago

Great.

the is also utils ie

thaw::utils::{class_list::class_list, mount_style, Model, OptionalProp};

Although perhaps I can work around those. Not sure .

Thanks

luoxiaozero commented 3 months ago

Similarly, we can release utils as a library (thaw-utils).

luoxiaozero commented 3 months ago

I have added the corresponding code in #145 and #146, and I will probably release the version tomorrow.

luoxiaozero commented 3 months ago

See https://crates.io/crates/thaw_components