Porsche Design SystemSearchNavigate to GitHub repository of Porsche Design SystemOpen sidebar
ConfiguratorExamplesUsageAccessibilityAPI
Link Tile Table of ContentsPropertiestype BreakpointCustomizable<T> = { base: T; xs?: T; s?: T; m?: T; l?: T; xl?: T; xxl?: T; };PropertyAttributeDescriptionTypeDefaultalign alignAlignment of link and description.type LinkTileAlign =
'top'
'bottom'
'bottom'
aria ariaAdd ARIA attributes.type LinkTileAriaAttribute = {
  'aria-label'?: string;
  'aria-current'?: string;
  'aria-haspopup'?: string;
}
undefined
aspectRatio 🛠aspect-ratioAspect ratio of the link-tile.type LinkTileAspectRatio =
'1/1'
'4/3'
'3/4'
'16/9'
'9/16'
'1:1' 🚫
'4:3' 🚫
'3:4' 🚫
'16:9' 🚫
'9:16' 🚫
BreakpointCustomizable<LinkTileAspectRatio>
'4/3'
background backgroundAdapts the description and link theme when used on light background image.type LinkTileBackground =
'light'
'dark'
'auto'
'dark'
compact 🛠compactDisplays the link-tile as compact version with description and link icon only.boolean
BreakpointCustomizable<boolean>
false
description descriptionDescription text.stringundefineddownload downloadSpecial download attribute to open native browser download dialog if target url points to a downloadable file.stringundefinedgradient gradientShow gradient.booleantruehref hrefhref of the <a>.stringundefinedlabel labelLabel of the .stringundefinedrel relSpecifies the relationship of the target object to the link object.stringundefinedsize 🛠sizeFont size of the description.type LinkTileSize =
'medium'
'large'
'inherit'
'default' 🚫
BreakpointCustomizable<LinkTileSize>
'medium'
target targetTarget attribute where the link should be opened.type LinkTileTarget =
'_self'
'_blank'
'_parent'
'_top'
string
'_self'
weight 🛠weightFont weight of the description.type LinkTileWeight =
'regular'
'semi-bold'
'semibold' 🚫
BreakpointCustomizable<LinkTileWeight>
'semi-bold'
SlotsSlotDescriptionisRequiredaltPropallowedTagNames<slot name="header"> Renders a header section above the content area.<slot> Default slot for the img or picture tag.
Global settingsThemeChanges the theme of the application and any Porsche Design System component. It's possible to choose between forced theme light and dark. It's also possible to use auto, which applies light or dark theme depending on the operating system settings automatically.LightDarkAuto (sync with operating system)DirectionChanges the direction of HTML elements, mostly used on<html> tag to support languages which are read from right to left like e.g. Arabic.LTR (left-to-right)RTL (right-to-left)AutoText ZoomChanges the text size and values with unit rem or em relatively. This setting can be defined in browser settings for any website or by an application itself on<html> tag. To achieve WCAG 2.2 AA compliance it's obligatory to support text zoom up to at least 200%.100%130%150%200%