color-schemelight-dark()
(see .scheme-light, .scheme-dark or .scheme-light-dark CSS class to the <html> element or any HTML
element. This applies the selected theme to all child elements.load method.<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Porsche Design System</title>
<script src="PATH/TO/PACKAGE/@porsche-design-system/components-js/index.js"></script>
</head>
<body>
<script type="text/javascript">
porscheDesignSystem.load({ prefix: 'sample-prefix' });
</script>
<sample-prefix-p-heading size="xx-large">Some heading</sample-prefix-p-heading>
</body>
</html>
