Porsche Design SystemSearchNavigate to GitHub repository of Porsche Design SystemOpen sidebar
ConfiguratorExamplesUsageAccessibilityAPI
Link Tile Product 🧪 Table of Contents Usage The following segment provides instructions for designers and developers regarding the appropriate utilization of this component in various situations. Do: Use Link-Tile-Product to display a single product or within other products. Use the heading prop only for the product name. Use the price prop only for price and price reduction. Use description prop only for VAT or other disclaimers according to the product. Use only transparent images for the Link-Tile-Product. Use product images with an aspect ratio of 8:9. Use only product images with the same aspect ratio. Use Link-Tile-Products with identical sizes in one view. Use header slot only for appropriate information like new or limited and keep it short. Use Link-Tile-Product in a grid with other products. Use the likeButton prop to hide the likeButton when no wishlist is available. Don't: Don't manipulate product images, keep them natural, with transparent backgrounds and contrasted. Don't integrate environment into the product image, no reflection, drop shadow, or other styling effects. Don't alter the display of VAT when the display is requested, either show it for all products or don't. Don't manipulate the likeButton, this position is only reserved for this function. Don't have long product names. Related components Link Tile Link Tile Model Signature
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%