Porsche Design SystemSearchNavigate to GitHub repository of Porsche Design SystemOpen sidebar
ConfiguratorUsageAccessibilityAPI
Popover The p-popover component can be used to display some additional content on top of another in conjunction with the info -button. Only one Popover can be opened at the time, by clicking another Popover the opened Popover will be closed. You can use the description or the slot of the Popover to provide content which will be displayed in the open Popover. Hint: The p-popover utilizes the Popover API and gets rendered on the #top-layer which enables it to be shown correctly even when used e.g. within a scroll container.
Some additional content.
Open in Stackblitz
<!doctype html>
<html lang="en" class="auto">
<head>
  <title></title>
</head>
<body class="bg-base">

<p-popover>
  Some additional content.
</p-popover>
<script>

</script>
</body>
</html>
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%