Button style anchor? #1759
Answered
by
richbachman
jweintraub
asked this question in
Q&A
-
A while ago, I saw that DSYS was working on a button-style anchor with a border and arrow. Is that still planned? |
Beta Was this translation helpful? Give feedback.
Answered by
richbachman
Aug 10, 2021
Replies: 1 comment 1 reply
-
Hi @jweintraub We have the Is that what you're looking for? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
richbachman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jweintraub
We have the
as="a"
prop for Button that renders the button as an anchor, so you get all the button styles. Here's an example: https://paste.twilio.design/patterns/button-vs-anchor#buttons-with-link-functionalityIs that what you're looking for?