VanishLink
Anchor tag turns into a Span if no href is passed
This component is still under development. Please only use the snippets provided below to avoid breaking changes.
View the official docs here
Use the VanishLink
component just as you would use a <a>
tag. Pass it all the same properties. If you don’t pass a href property, a <span>
will be generated, rather than an <a>
tag.