Crest
Table of Contents
Link#
The Porsche Crest will be rendered as <a>
-tag as soon as an href
is provided.
prev next Open in Stackblitz<!doctype html>
<html lang="en" class="auto">
<head>
<title></title>
</head>
<body class="bg-base">
<p-crest href="https://porsche.com" aria="{'aria-label': 'Porsche Homepage'}"></p-crest>
<script>
</script>
</body>
</html>
Custom clickable/focusable area#
Sometimes it might be useful to enlarge the clickable/focusable area of the Porsche Crest. Therefore, a custom padding
can be set on the host element.
prev next Open in Stackblitz<!doctype html>
<html lang="en" class="auto">
<head>
<title></title>
</head>
<body class="bg-base">
<p-crest href="https://porsche.com" class="p-static-md" aria="{'aria-label': 'Porsche Homepage'}"></p-crest>
<script>
</script>
</body>
</html>