This component requires JavaScript to function. Please refer to the Installation section to set it up.
Use Link for navigating from one page to another. Link styles anchor tags with default blue styling and hover text-decoration.
Arguments
Name
Type
Default
Description
tag
String
:a
One of :a and :span.
href
String
nil
URL to be used for the Link. Required if tag is :a. If the requirements are not met an error will be raised in non production environments. In production, an empty link element will be rendered.
scheme
Symbol
:default
One of :default, :primary, or :secondary.
muted
Boolean
false
Uses light gray for Link color, and blue on hover.
Tooltip that appears on mouse hover or keyboard focus over the link. Use tooltips sparingly and as a last resort.
Important: This tooltip defaults to type: :description. In a few scenarios, type: :label may be more appropriate.
Consult the Tooltip documentation for more information.