ButtonLink
ButtonLink
is just a link styled like a button!
Useful for Call to Actions or any time you want to add more emphasis to a link.
Props
label
string
This is the text you want to display on your link.
href
string
The href for your link.
external
boolean
Whether the link is external or not.
Setting to true adds target="_blank"
to your link.
class
string
Pass arbitrary classes to your final <section>
tag.
Tailwind classes are allowed!
other
Also supports all other attributes supported by the html a
tag.