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
This refers to these four components:
Button
ThemedLink
Link
TextButton
There are a handful of open issues related to these components:
And these are issues that aren't already captured:
<Link theme="inherit" />
<TextButton theme="inherit" />
The text was updated successfully, but these errors were encountered:
@dcapo. @lavelle — Does this capture the problems well?
Sorry, something went wrong.
Would also be good to add the event argument to the onBlur and onFocus methods of these components, as we do for others like TextArea and Dropdown
event
onBlur
onFocus
TextArea
Dropdown
Original Slack Thread (TT employees only) https://thumbtack.slack.com/archives/C0GKYQVTR/p1603911530021700
lavelle
No branches or pull requests
This refers to these four components:
Button
andThemedLink
Link
andTextButton
Problems with the current components
There are a handful of open issues related to these components:
TextButton
andLink
inherit theme have different hover statesTextButton
andLink
And these are issues that aren't already captured:
Link
andTextButton
don't allow for 100% width.<Link theme="inherit" />
and<TextButton theme="inherit" />
is clunky API and doesn't work for complex layouts.The text was updated successfully, but these errors were encountered: