We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
They both do similar things, with a very inconsistent API.
Proposal 1: since FormGroup can do everything a Label does and more, we can potentially get rid of Label
FormGroup
Label
Other proposal 2: Label and FormGroup both implement a common secondaryLabel prop (just like Trees) to display a muted text near the main bold label
secondaryLabel
Tree
The text was updated successfully, but these errors were encountered:
given that FormGroup is better than Label in like every way, we could just kill Label entirely and only offer FormGroup
Sorry, something went wrong.
Label becomes a simple HTML wrapper, composed in FormGroup
llorca
Successfully merging a pull request may close this issue.
They both do similar things, with a very inconsistent API.
Proposal 1: since
FormGroup
can do everything aLabel
does and more, we can potentially get rid ofLabel
Other proposal 2:
Label
andFormGroup
both implement a commonsecondaryLabel
prop (just likeTree
s) to display a muted text near the main bold labelThe text was updated successfully, but these errors were encountered: