-
Couldn't load subscription status.
- Fork 7
Migrate: textfield, button, label, dialog, sheet and more #234
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
Conversation
…-group`, `label` components
🦋 Changeset detectedLatest commit: a79b0e2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Great work! Here's what I want you to fix. Other than that LGTM
CleanShot.2568-10-14.at.12.26.13.mp4
|
|
One more things I would like from this PR is button group. I would be great if you implement it |
|
Last one, add changeset to describe the change and scope of this PR |
|
… to `InputGroupControl`

Why did you create this PR
What did you do
tvtocvacreate-required-contexttextfieldlabelbuttonpopover(with children composible components too)dialog(with children composible components too)modal(with children composible components too)sheet(with children composible components too)base-iconcombobox(with children composible components too)field-grouptextfieldto Shadcn (Not completely 100% from entirely project perspective, since some compound component required react aria primitive component as a base, the change will incrementally adopt)buttonto Shadcn (Not completely 100% from entirely project perspective, since some compound component required react aria primitive component as a base, the change will incrementally adopt)ShadcnUI playground for Shadcn particularlyScreenshots / Recordings
Button & Button group
Combobox
CleanShot.2568-10-14.at.11.31.21.mp4
Input & Input group
Autofield
Some part of
Autofieldcomponent has been moved to Shadcn UI from Intent UI, this introduce to e.g. Input, Textfield, Label, but the migration of Autofield hasn't been completely moved since some of compound react aria components are coupling with primitive react aria component e.g. comobox, selectbox, radio group. thus the component may partially migrated e.g. change only label part, changing only button part. The full migration of each compound components will be done when it's time for that componentChecklist