Big Link
Use big links to display a url link in a styled container. To style links like Buttons, use a Link Button.
<div slot='preview'>
<BigLink url='/components/ui/big-link'>My Big Link</BigLink>
</div>
Options
Required
Renders a link that, when clicked, navigates to the specified URL. It can accept either a full external link (e.g. https://google.com
) or link to another page within your evidence app (e.g. /sales/performance
).
- Options:
- string
href deprecated, please use url
- Options:
- string