Link
The
is a directive that can be applied to the native HTML <a>
tag to enhance its functionality.
Basic usage
Component anatomy
Link Target
The link directive supports these four main target values:
_blank
: Opens the linked resource in a new browser window or tab._self
: (Default) Opens the linked resource in the same frame or window as the current page._top
: Removes all frames from the current window and loads the linked resource into the full window._parent
: Loads the linked resource into the immediate parent frame of the current frame.
Negative Theme
To enable the negative theme variant for dark backgrounds, utilize the lmnLinkNegative
input
Color Contrast
The component ensures proper contrast ratios:
- In both default and negative themes
Focus Management
Visual indicators clearly show focus state on links. The component maintains proper focus management within the page flow and ensures visible focus indicators meet accessibility standards.