Replies: 1 comment
-
yeah i also need {/* react code */}
<input type="number" className="appearance-textfield" />
{/* react code */} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A common pattern to create a button that acts as a link is to simply style the anchor tag as a button by using
apperance: button
.I would like to suggest a tailwind utility called
appearance-button
, which would also fit along with the existingappearance-none
utility.Using a button example from tailwind-ui but as an anchor tag instead, you could use it as so:
For a nicely styled button that is also a link.
Beta Was this translation helpful? Give feedback.
All reactions