-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[ShadCN] Migrate Select #13725
[ShadCN] Migrate Select #13725
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @TylerAPfledderer this looks cleeean ✨
I think this is ready to replace the old Select and complete the migration. Would you mind doing that in this PR? I could help with that as well.
@pettinarip I will move on to doing that switch. Thanks! |
@pettinarip updates have been pushed. Made changes to import for new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @TylerAPfledderer! gj 🎉
Description
Migrates
Select
component to ShadCN/Tailwind.Maintains the api from
react-select
and introducestailwind-variants
to create the style variants.Not moving to the ShadCN
Select
as it would require additional logic to mimicreact-select
, and should be addressed in a future PR.