Link

Overview

A Link module can be used for adding clickable images with embedded links.

Link URL (required) String, url Sets the url embedded into the Link module.

Link Text String Defines text to be added after the image. The Link Text will also include the embedded Link URL.

Link Description (ARIA)arrow-up-right String Sets an ARIA text description for accessibility readers.

Is Link External? Checkbox, default disabled This property should be checked off if an external url (not hosted on lcdbackstage.com) is being linked.

Style Properties

Font Sizearrow-up-right String Sets the font size of the Link. Example: 6px or 1em

Font Familyarrow-up-right String - Arial Sets the font for the Link Text to the specified font-familyarrow-up-right name or generic family name

Link Text Colorarrow-up-right String - Valid color string (white) or hex code (#FFFFF) Overrides the default color of the Link Text.

Link Text Decorationarrow-up-right String, css property Sets the appearance of decorative lines on the Link Text. This property accepts values for the following style properties: text-decoration-linearrow-up-right, text-decoration-colorarrow-up-right, text-decoration-stylearrow-up-right, and text-decoration-thicknessarrow-up-right.

Active Style Overridearrow-up-right String, css property If defined, overrides the default appearance of decorative lines on the Link Text when the Link is actively being clickedarrow-up-right. Accepts the same values as Link Text Decoration.

Focus Style Overridearrow-up-right String, css property If defined, overrides the default appearance of decorative lines on the Link Text when the Link has entered the :focused statearrow-up-right; this is different from being actively clicked. Accepts the same values as Link Text Decoration.

Hover Style Overridearrow-up-right String, css property If defined, overrides the default appearance of decorative lines on the Link Text when the mouse cursor is hovering over the Link; this is different from being actively clicked. Accepts the same values as Link Text Decoration.

URL (required) String, url Url of the asset image. This property accepts the url of the Link image.

Alt Textarrow-up-right String Sets an Accessibility readerarrow-up-right text description of the Link image.

Min Widtharrow-up-right String Defines the minimum width of the Link image. This property accepts lengths followed by a relative unit (em, ex, or px) or percentages. Example: 6px or 1em

Max Widtharrow-up-right String, default 100% Defines the maximum width of the Link image. This property accepts lengths followed by a relative unit (em, ex, or px) or percentages. Example: 6px or 1em

Min Heightarrow-up-right String Defines the minimum height of the Link image. This property accepts lengths followed by a relative unit (em, ex, or px) or percentages. Example: 6px or 1em

Max Heightarrow-up-right String Defines the maximum height of the Link image. This property accepts lengths followed by a relative unit (em, ex, or px) or percentages. Example: 6px or 1em

Object Fitarrow-up-right Dropdown Image setting for container resize behavior. The following options can be used:

  • contain

  • cover

  • fill

  • none

  • scale-down

Last updated

Was this helpful?