-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider making components public ? #143
Labels
enhancement
New feature or request
Comments
I can distribute these components as separate libraries (thaw-components). |
Great. the is also utils ie
Although perhaps I can work around those. Not sure . Thanks |
Similarly, we can release utils as a library (thaw-utils). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: