p-display is used to highlight and specify heading styling and hierarchy in documents.
Recommendation
Although the component is very sophisticated, it's recommended (if possible) to use the corresponding styles / design tokens of
the "@porsche-design-system/components-{js|angular|react|vue}/styles" sub-package for best performance since way
less DOM nodes are required to render. Further information can be found here.
The quick brown fox jumps over the lazy dog
prev
next
Open in Stackblitz
<!doctype html>
<htmllang="en"class="auto"><head><title></title></head><bodyclass="bg-base"><p-display> The quick brown fox jumps over the lazy dog
</p-display><script></script></body></html>