Link

Basic link

Parameters (Blade)

Key Default value Type Available values Description
span string - -
Undefined label string - The content of the link
string - Where should the link go to?
_top string - Link target attribute. Default is _top. Allowed values are _blank, _self, _parent or _top. This is only added if href is not empty.
true boolean - If link is empty, should we show content anyways? Prints the content wrazpped by a span element.
true boolean - If link is empty and keepContent is true, should we keep the span added by keepContent? If false, it will print the content without any wrapping element.
false boolean - Relation to the link (ex. nofollow)
false boolean - If true, all link styles will use inherit from parent element.
string - The DOM id of the component.
[] array - Array containing wrapping classes array
[] array - Array containing keys and values rendered as attributes

Parameters (CSS)

Key Default value Type Available values Description
var(--color--primary) color - Primary
var(--color--background-contrast) color - Used for text and icons on background with less contrast.
90 range - Adjusts the mix amount of the link color in hover, active, and visited states.
50 range - Adjusts the mix amount of the link color in hover, active, and visited states.