@porsche-design-system/components-react 4.5.0 → 4.6.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (289) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/bin/pds-skill.js +259 -0
  3. package/esm/lib/components/button.wrapper.d.ts +2 -2
  4. package/esm/lib/components/link.wrapper.d.ts +2 -2
  5. package/package.json +4 -3
  6. package/skill/SKILL.md +136 -0
  7. package/skill/references/components/p-accordion/examples/Default.tsx +24 -0
  8. package/skill/references/components/p-accordion/examples/InteractiveElementsInSummary.tsx +28 -0
  9. package/skill/references/components/p-accordion/examples/StickySummary.tsx +24 -0
  10. package/skill/references/components/p-accordion/p-accordion.md +95 -0
  11. package/skill/references/components/p-ai-tag/examples/Default.tsx +10 -0
  12. package/skill/references/components/p-ai-tag/examples/WithinCheckbox.tsx +30 -0
  13. package/skill/references/components/p-ai-tag/examples/WithinFormLabel.tsx +37 -0
  14. package/skill/references/components/p-ai-tag/examples/WithinImage.tsx +13 -0
  15. package/skill/references/components/p-ai-tag/examples/WithinInputSearch.tsx +12 -0
  16. package/skill/references/components/p-ai-tag/examples/WithinRadioGroup.tsx +29 -0
  17. package/skill/references/components/p-ai-tag/examples/WithinTable.tsx +91 -0
  18. package/skill/references/components/p-ai-tag/examples/WithinText.tsx +14 -0
  19. package/skill/references/components/p-ai-tag/p-ai-tag.md +47 -0
  20. package/skill/references/components/p-banner/examples/Customization.tsx +35 -0
  21. package/skill/references/components/p-banner/examples/Default.tsx +24 -0
  22. package/skill/references/components/p-banner/p-banner.md +92 -0
  23. package/skill/references/components/p-button/examples/Default.tsx +12 -0
  24. package/skill/references/components/p-button/examples/Form.tsx +28 -0
  25. package/skill/references/components/p-button/examples/FormAttribute.tsx +31 -0
  26. package/skill/references/components/p-button/p-button.md +118 -0
  27. package/skill/references/components/p-button-pure/examples/CustomClickableArea.tsx +12 -0
  28. package/skill/references/components/p-button-pure/examples/Default.tsx +12 -0
  29. package/skill/references/components/p-button-pure/examples/Form.tsx +28 -0
  30. package/skill/references/components/p-button-pure/examples/FormAttribute.tsx +32 -0
  31. package/skill/references/components/p-button-pure/p-button-pure.md +118 -0
  32. package/skill/references/components/p-button-tile/examples/ColorScheme.tsx +15 -0
  33. package/skill/references/components/p-button-tile/examples/Default.tsx +18 -0
  34. package/skill/references/components/p-button-tile/examples/FooterSlot.tsx +29 -0
  35. package/skill/references/components/p-button-tile/examples/Hyphens.tsx +33 -0
  36. package/skill/references/components/p-button-tile/examples/UiBehaviour.tsx +41 -0
  37. package/skill/references/components/p-button-tile/p-button-tile.md +115 -0
  38. package/skill/references/components/p-canvas/examples/Default.tsx +10 -0
  39. package/skill/references/components/p-canvas/p-canvas.md +91 -0
  40. package/skill/references/components/p-carousel/examples/Default.tsx +23 -0
  41. package/skill/references/components/p-carousel/examples/DynamicSlides.tsx +32 -0
  42. package/skill/references/components/p-carousel/examples/FlexibleWidths.tsx +29 -0
  43. package/skill/references/components/p-carousel/examples/FocusOnCenterSlide.tsx +56 -0
  44. package/skill/references/components/p-carousel/examples/Intl.tsx +20 -0
  45. package/skill/references/components/p-carousel/examples/JumpToSlide.tsx +42 -0
  46. package/skill/references/components/p-carousel/p-carousel.md +142 -0
  47. package/skill/references/components/p-checkbox/examples/Default.tsx +10 -0
  48. package/skill/references/components/p-checkbox/examples/Form.tsx +45 -0
  49. package/skill/references/components/p-checkbox/examples/Indeterminate.tsx +13 -0
  50. package/skill/references/components/p-checkbox/examples/Slots.tsx +54 -0
  51. package/skill/references/components/p-checkbox/examples/WrappedLabel.tsx +24 -0
  52. package/skill/references/components/p-checkbox/p-checkbox.md +122 -0
  53. package/skill/references/components/p-crest/examples/CustomClickableArea.tsx +10 -0
  54. package/skill/references/components/p-crest/examples/Default.tsx +10 -0
  55. package/skill/references/components/p-crest/examples/Link.tsx +10 -0
  56. package/skill/references/components/p-crest/p-crest.md +65 -0
  57. package/skill/references/components/p-display/examples/Color.tsx +12 -0
  58. package/skill/references/components/p-display/examples/Default.tsx +12 -0
  59. package/skill/references/components/p-display/examples/Semantics.tsx +18 -0
  60. package/skill/references/components/p-display/examples/Size.tsx +12 -0
  61. package/skill/references/components/p-display/examples/SizeResponsive.tsx +12 -0
  62. package/skill/references/components/p-display/p-display.md +78 -0
  63. package/skill/references/components/p-divider/examples/Default.tsx +10 -0
  64. package/skill/references/components/p-divider/examples/Responsive.tsx +12 -0
  65. package/skill/references/components/p-divider/examples/Vertical.tsx +12 -0
  66. package/skill/references/components/p-divider/p-divider.md +49 -0
  67. package/skill/references/components/p-drilldown/examples/CustomContent.tsx +164 -0
  68. package/skill/references/components/p-drilldown/examples/Default.tsx +117 -0
  69. package/skill/references/components/p-drilldown/p-drilldown.md +168 -0
  70. package/skill/references/components/p-fieldset/examples/Default.tsx +12 -0
  71. package/skill/references/components/p-fieldset/examples/Required.tsx +13 -0
  72. package/skill/references/components/p-fieldset/examples/SlottedLabel.tsx +15 -0
  73. package/skill/references/components/p-fieldset/examples/SlottedMessage.tsx +15 -0
  74. package/skill/references/components/p-fieldset/p-fieldset.md +88 -0
  75. package/skill/references/components/p-flag/examples/Default.tsx +10 -0
  76. package/skill/references/components/p-flag/examples/ResponsiveSize.tsx +10 -0
  77. package/skill/references/components/p-flag/examples/Size.tsx +13 -0
  78. package/skill/references/components/p-flag/examples/SizeCssVar.tsx +10 -0
  79. package/skill/references/components/p-flag/p-flag.md +68 -0
  80. package/skill/references/components/p-flyout/examples/CustomStyling.tsx +45 -0
  81. package/skill/references/components/p-flyout/examples/Default.tsx +42 -0
  82. package/skill/references/components/p-flyout/examples/Form.tsx +54 -0
  83. package/skill/references/components/p-flyout/examples/StickyTop.tsx +42 -0
  84. package/skill/references/components/p-flyout/p-flyout.md +128 -0
  85. package/skill/references/components/p-heading/examples/Color.tsx +12 -0
  86. package/skill/references/components/p-heading/examples/Default.tsx +12 -0
  87. package/skill/references/components/p-heading/examples/Semantics.tsx +18 -0
  88. package/skill/references/components/p-heading/p-heading.md +78 -0
  89. package/skill/references/components/p-icon/examples/Color.tsx +13 -0
  90. package/skill/references/components/p-icon/examples/ColorCssVar.tsx +10 -0
  91. package/skill/references/components/p-icon/examples/Custom.tsx +10 -0
  92. package/skill/references/components/p-icon/examples/Default.tsx +10 -0
  93. package/skill/references/components/p-icon/examples/Overview.tsx +588 -0
  94. package/skill/references/components/p-icon/examples/ResponsiveSize.tsx +10 -0
  95. package/skill/references/components/p-icon/examples/Size.tsx +13 -0
  96. package/skill/references/components/p-icon/examples/SizeCssVar.tsx +10 -0
  97. package/skill/references/components/p-icon/p-icon.md +88 -0
  98. package/skill/references/components/p-inline-notification/examples/ActionButton.tsx +25 -0
  99. package/skill/references/components/p-inline-notification/examples/Default.tsx +10 -0
  100. package/skill/references/components/p-inline-notification/examples/EventHandling.tsx +25 -0
  101. package/skill/references/components/p-inline-notification/p-inline-notification.md +74 -0
  102. package/skill/references/components/p-input-date/examples/Default.tsx +10 -0
  103. package/skill/references/components/p-input-date/examples/Form.tsx +45 -0
  104. package/skill/references/components/p-input-date/examples/Slots.tsx +41 -0
  105. package/skill/references/components/p-input-date/p-input-date.md +142 -0
  106. package/skill/references/components/p-input-email/examples/Default.tsx +10 -0
  107. package/skill/references/components/p-input-email/examples/Form.tsx +51 -0
  108. package/skill/references/components/p-input-email/examples/Slots.tsx +41 -0
  109. package/skill/references/components/p-input-email/p-input-email.md +146 -0
  110. package/skill/references/components/p-input-month/examples/Default.tsx +10 -0
  111. package/skill/references/components/p-input-month/examples/Form.tsx +45 -0
  112. package/skill/references/components/p-input-month/examples/Slots.tsx +41 -0
  113. package/skill/references/components/p-input-month/p-input-month.md +142 -0
  114. package/skill/references/components/p-input-number/examples/Default.tsx +10 -0
  115. package/skill/references/components/p-input-number/examples/Form.tsx +51 -0
  116. package/skill/references/components/p-input-number/examples/Slots.tsx +41 -0
  117. package/skill/references/components/p-input-number/p-input-number.md +150 -0
  118. package/skill/references/components/p-input-password/examples/Default.tsx +10 -0
  119. package/skill/references/components/p-input-password/examples/Form.tsx +51 -0
  120. package/skill/references/components/p-input-password/examples/Slots.tsx +39 -0
  121. package/skill/references/components/p-input-password/examples/Toggle.tsx +10 -0
  122. package/skill/references/components/p-input-password/p-input-password.md +145 -0
  123. package/skill/references/components/p-input-search/examples/AriaCombobox.tsx +35 -0
  124. package/skill/references/components/p-input-search/examples/Default.tsx +10 -0
  125. package/skill/references/components/p-input-search/examples/Form.tsx +52 -0
  126. package/skill/references/components/p-input-search/examples/Slots.tsx +41 -0
  127. package/skill/references/components/p-input-search/p-input-search.md +182 -0
  128. package/skill/references/components/p-input-tel/examples/Default.tsx +10 -0
  129. package/skill/references/components/p-input-tel/examples/Form.tsx +45 -0
  130. package/skill/references/components/p-input-tel/examples/Slots.tsx +41 -0
  131. package/skill/references/components/p-input-tel/p-input-tel.md +145 -0
  132. package/skill/references/components/p-input-text/examples/Controlled.tsx +36 -0
  133. package/skill/references/components/p-input-text/examples/Default.tsx +10 -0
  134. package/skill/references/components/p-input-text/examples/Form.tsx +45 -0
  135. package/skill/references/components/p-input-text/examples/Slots.tsx +41 -0
  136. package/skill/references/components/p-input-text/p-input-text.md +150 -0
  137. package/skill/references/components/p-input-time/examples/Default.tsx +10 -0
  138. package/skill/references/components/p-input-time/examples/Form.tsx +45 -0
  139. package/skill/references/components/p-input-time/examples/Slots.tsx +41 -0
  140. package/skill/references/components/p-input-time/p-input-time.md +144 -0
  141. package/skill/references/components/p-input-url/examples/Default.tsx +10 -0
  142. package/skill/references/components/p-input-url/examples/Form.tsx +45 -0
  143. package/skill/references/components/p-input-url/examples/Slots.tsx +41 -0
  144. package/skill/references/components/p-input-url/p-input-url.md +145 -0
  145. package/skill/references/components/p-input-week/examples/Default.tsx +10 -0
  146. package/skill/references/components/p-input-week/examples/Form.tsx +45 -0
  147. package/skill/references/components/p-input-week/examples/Slots.tsx +41 -0
  148. package/skill/references/components/p-input-week/p-input-week.md +142 -0
  149. package/skill/references/components/p-link/examples/Default.tsx +12 -0
  150. package/skill/references/components/p-link/examples/FrameworkRouting.tsx +14 -0
  151. package/skill/references/components/p-link/examples/Icon.tsx +17 -0
  152. package/skill/references/components/p-link/p-link.md +101 -0
  153. package/skill/references/components/p-link-pure/examples/CustomClickableArea.tsx +12 -0
  154. package/skill/references/components/p-link-pure/examples/Default.tsx +12 -0
  155. package/skill/references/components/p-link-pure/examples/FrameworkRouting.tsx +14 -0
  156. package/skill/references/components/p-link-pure/examples/Icon.tsx +17 -0
  157. package/skill/references/components/p-link-pure/p-link-pure.md +110 -0
  158. package/skill/references/components/p-link-tile/examples/ColorScheme.tsx +15 -0
  159. package/skill/references/components/p-link-tile/examples/Default.tsx +18 -0
  160. package/skill/references/components/p-link-tile/examples/FooterSlot.tsx +29 -0
  161. package/skill/references/components/p-link-tile/examples/Hyphens.tsx +34 -0
  162. package/skill/references/components/p-link-tile/examples/UiBehaviour.tsx +41 -0
  163. package/skill/references/components/p-link-tile/examples/WithVideo.tsx +15 -0
  164. package/skill/references/components/p-link-tile/p-link-tile.md +105 -0
  165. package/skill/references/components/p-link-tile-product/examples/Default.tsx +22 -0
  166. package/skill/references/components/p-link-tile-product/examples/FrameworkRouting.tsx +25 -0
  167. package/skill/references/components/p-link-tile-product/p-link-tile-product.md +93 -0
  168. package/skill/references/components/p-modal/examples/AlertDialog.tsx +39 -0
  169. package/skill/references/components/p-modal/examples/CustomStyling.tsx +26 -0
  170. package/skill/references/components/p-modal/examples/Default.tsx +39 -0
  171. package/skill/references/components/p-modal/examples/Scrollable.tsx +43 -0
  172. package/skill/references/components/p-modal/p-modal.md +135 -0
  173. package/skill/references/components/p-model-signature/examples/CustomStyling.tsx +14 -0
  174. package/skill/references/components/p-model-signature/examples/Default.tsx +10 -0
  175. package/skill/references/components/p-model-signature/examples/MaskBlendMode.tsx +32 -0
  176. package/skill/references/components/p-model-signature/examples/MaskImage.tsx +12 -0
  177. package/skill/references/components/p-model-signature/examples/MaskVideo.tsx +12 -0
  178. package/skill/references/components/p-model-signature/examples/SafeZone.tsx +60 -0
  179. package/skill/references/components/p-model-signature/p-model-signature.md +62 -0
  180. package/skill/references/components/p-multi-select/examples/AsyncFilter.tsx +136 -0
  181. package/skill/references/components/p-multi-select/examples/Default.tsx +29 -0
  182. package/skill/references/components/p-multi-select/examples/Form.tsx +53 -0
  183. package/skill/references/components/p-multi-select/examples/Optgroups.tsx +42 -0
  184. package/skill/references/components/p-multi-select/examples/SelectedSlot.tsx +94 -0
  185. package/skill/references/components/p-multi-select/examples/SetValue.tsx +80 -0
  186. package/skill/references/components/p-multi-select/examples/Slots.tsx +48 -0
  187. package/skill/references/components/p-multi-select/p-multi-select.md +197 -0
  188. package/skill/references/components/p-pagination/examples/Default.tsx +10 -0
  189. package/skill/references/components/p-pagination/p-pagination.md +83 -0
  190. package/skill/references/components/p-pin-code/examples/CopyPaste.tsx +10 -0
  191. package/skill/references/components/p-pin-code/examples/Default.tsx +10 -0
  192. package/skill/references/components/p-pin-code/examples/Form.tsx +45 -0
  193. package/skill/references/components/p-pin-code/examples/Slots.tsx +39 -0
  194. package/skill/references/components/p-pin-code/p-pin-code.md +109 -0
  195. package/skill/references/components/p-popover/examples/Default.tsx +14 -0
  196. package/skill/references/components/p-popover/examples/SlottedButton.tsx +15 -0
  197. package/skill/references/components/p-popover/p-popover.md +116 -0
  198. package/skill/references/components/p-radio-group/examples/Default.tsx +17 -0
  199. package/skill/references/components/p-radio-group/examples/Form.tsx +53 -0
  200. package/skill/references/components/p-radio-group/examples/Slots.tsx +69 -0
  201. package/skill/references/components/p-radio-group/p-radio-group.md +157 -0
  202. package/skill/references/components/p-scroller/examples/Default.tsx +51 -0
  203. package/skill/references/components/p-scroller/examples/Height.tsx +26 -0
  204. package/skill/references/components/p-scroller/examples/ScrollToPosition.tsx +58 -0
  205. package/skill/references/components/p-scroller/p-scroller.md +93 -0
  206. package/skill/references/components/p-segmented-control/examples/Default.tsx +26 -0
  207. package/skill/references/components/p-segmented-control/examples/Form.tsx +52 -0
  208. package/skill/references/components/p-segmented-control/examples/Slots.tsx +54 -0
  209. package/skill/references/components/p-segmented-control/examples/WithLabels.tsx +26 -0
  210. package/skill/references/components/p-segmented-control/p-segmented-control.md +162 -0
  211. package/skill/references/components/p-select/examples/AsyncFilter.tsx +136 -0
  212. package/skill/references/components/p-select/examples/Default.tsx +29 -0
  213. package/skill/references/components/p-select/examples/Form.tsx +53 -0
  214. package/skill/references/components/p-select/examples/Optgroups.tsx +42 -0
  215. package/skill/references/components/p-select/examples/Required.tsx +48 -0
  216. package/skill/references/components/p-select/examples/SelectedSlot.tsx +124 -0
  217. package/skill/references/components/p-select/examples/SetValue.tsx +80 -0
  218. package/skill/references/components/p-select/examples/Slots.tsx +48 -0
  219. package/skill/references/components/p-select/examples/SlottedImages.tsx +35 -0
  220. package/skill/references/components/p-select/p-select.md +194 -0
  221. package/skill/references/components/p-sheet/examples/Default.tsx +31 -0
  222. package/skill/references/components/p-sheet/p-sheet.md +121 -0
  223. package/skill/references/components/p-spinner/examples/Color.tsx +13 -0
  224. package/skill/references/components/p-spinner/examples/ColorCssVar.tsx +10 -0
  225. package/skill/references/components/p-spinner/examples/Default.tsx +10 -0
  226. package/skill/references/components/p-spinner/examples/ResponsiveSize.tsx +10 -0
  227. package/skill/references/components/p-spinner/examples/Size.tsx +13 -0
  228. package/skill/references/components/p-spinner/examples/SizeCssVar.tsx +10 -0
  229. package/skill/references/components/p-spinner/p-spinner.md +96 -0
  230. package/skill/references/components/p-stepper-horizontal/examples/Default.tsx +23 -0
  231. package/skill/references/components/p-stepper-horizontal/examples/FrameworkImplementation.tsx +100 -0
  232. package/skill/references/components/p-stepper-horizontal/p-stepper-horizontal.md +109 -0
  233. package/skill/references/components/p-switch/examples/Default.tsx +19 -0
  234. package/skill/references/components/p-switch/p-switch.md +103 -0
  235. package/skill/references/components/p-table/examples/Advanced.tsx +186 -0
  236. package/skill/references/components/p-table/examples/CaptionProperty.tsx +37 -0
  237. package/skill/references/components/p-table/examples/CaptionSlot.tsx +40 -0
  238. package/skill/references/components/p-table/examples/Default.tsx +117 -0
  239. package/skill/references/components/p-table/examples/HideLabel.tsx +37 -0
  240. package/skill/references/components/p-table/examples/LayoutFixed.tsx +50 -0
  241. package/skill/references/components/p-table/examples/Sorting.tsx +86 -0
  242. package/skill/references/components/p-table/p-table.md +189 -0
  243. package/skill/references/components/p-tabs/examples/ActiveTab.tsx +26 -0
  244. package/skill/references/components/p-tabs/examples/Default.tsx +26 -0
  245. package/skill/references/components/p-tabs/examples/Gradient.tsx +111 -0
  246. package/skill/references/components/p-tabs/examples/Labelling.tsx +26 -0
  247. package/skill/references/components/p-tabs/p-tabs.md +136 -0
  248. package/skill/references/components/p-tabs-bar/examples/Default.tsx +27 -0
  249. package/skill/references/components/p-tabs-bar/examples/Gradient.tsx +78 -0
  250. package/skill/references/components/p-tabs-bar/examples/Labelling.tsx +27 -0
  251. package/skill/references/components/p-tabs-bar/examples/Links.tsx +20 -0
  252. package/skill/references/components/p-tabs-bar/p-tabs-bar.md +181 -0
  253. package/skill/references/components/p-tag/examples/Default.tsx +12 -0
  254. package/skill/references/components/p-tag/examples/Multiline.tsx +14 -0
  255. package/skill/references/components/p-tag/examples/SlottedButton.tsx +41 -0
  256. package/skill/references/components/p-tag/examples/SlottedLink.tsx +41 -0
  257. package/skill/references/components/p-tag/p-tag.md +66 -0
  258. package/skill/references/components/p-tag-dismissible/examples/Default.tsx +12 -0
  259. package/skill/references/components/p-tag-dismissible/p-tag-dismissible.md +75 -0
  260. package/skill/references/components/p-text/examples/Default.tsx +12 -0
  261. package/skill/references/components/p-text/examples/Semantics.tsx +18 -0
  262. package/skill/references/components/p-text/examples/Size.tsx +12 -0
  263. package/skill/references/components/p-text/examples/SizeResponsive.tsx +12 -0
  264. package/skill/references/components/p-text/p-text.md +68 -0
  265. package/skill/references/components/p-text-list/examples/Default.tsx +28 -0
  266. package/skill/references/components/p-text-list/p-text-list.md +68 -0
  267. package/skill/references/components/p-textarea/examples/Default.tsx +10 -0
  268. package/skill/references/components/p-textarea/examples/Form.tsx +45 -0
  269. package/skill/references/components/p-textarea/examples/Slots.tsx +39 -0
  270. package/skill/references/components/p-textarea/p-textarea.md +122 -0
  271. package/skill/references/components/p-toast/examples/Default.tsx +22 -0
  272. package/skill/references/components/p-toast/p-toast.md +61 -0
  273. package/skill/references/components/p-wordmark/examples/CustomClickableArea.tsx +10 -0
  274. package/skill/references/components/p-wordmark/examples/Default.tsx +10 -0
  275. package/skill/references/components/p-wordmark/examples/Size.tsx +10 -0
  276. package/skill/references/components/p-wordmark/p-wordmark.md +66 -0
  277. package/skill/references/icons.md +5 -0
  278. package/skill/references/styles/emotion.md +439 -0
  279. package/skill/references/styles/scss.md +402 -0
  280. package/skill/references/styles/tailwindcss.md +356 -0
  281. package/skill/references/styles/vanilla-extract.md +444 -0
  282. package/skill/references/stylesheets.md +331 -0
  283. package/skill/references/tokens.md +323 -0
  284. package/ssr/cjs/components/dist/styles/esm/styles-entry.cjs +1 -1
  285. package/ssr/cjs/components/dist/utils/esm/utils-entry.cjs +1 -1
  286. package/ssr/esm/components/dist/styles/esm/styles-entry.mjs +1 -1
  287. package/ssr/esm/components/dist/utils/esm/utils-entry.mjs +1 -1
  288. package/ssr/esm/lib/components/button.wrapper.d.ts +2 -2
  289. package/ssr/esm/lib/components/link.wrapper.d.ts +2 -2
@@ -0,0 +1,122 @@
1
+ # p-checkbox
2
+
3
+ The `p-checkbox` component wraps the native HTML input type `checkbox` form element. Checking one box doesn't uncheck other Checkboxes. By default, Checkboxes are not selected.
4
+
5
+ > **Firefox Form Restore Bug**
6
+ >
7
+ > Firefox has a known bug where it incorrectly restores form state for form-associated custom elements with shadow DOM on page reload. Checkbox values may appear inside unrelated `input-text` fields in the same form under certain conditions. To work around this, add the native HTML attribute `autocomplete="off"` to all checkbox form elements. See [Firefox Bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1986953) for details.
8
+
9
+ A `label` is a caption which informs the user what information a particular form field is asking for. The `p-checkbox` component can be used with or without a label, but it's recommended to keep the label visible for better accessibility whenever possible. When used without a label, it's best practice to provide a descriptive label text for screen readers.
10
+
11
+ ## Usage
12
+
13
+ ### Do:
14
+
15
+ - Use for a list of options when you want the user to select one, none, or multiple options.
16
+ - Use when an explicit action is required to apply to settings.
17
+ - Use the default view for checkboxes when no option is selected.
18
+ - Use the indeterminate state only as a visual state and not as a direct user interaction.
19
+ - Nest when a parent and child relationship is needed.
20
+ - Use short and descriptive label text for each checkbox option.
21
+ - Provide validation messages for each checkbox option if needed.
22
+ - Set vertically left-aligned for better scannability.
23
+
24
+ ### Don't:
25
+
26
+ - Avoid using when you have more than 8 options to choose from or consider using a [Select](../p-select/p-select.md).
27
+ - Don't mix [Radio Group](../p-radio-group/p-radio-group.md) options with checkboxes.
28
+ - Don't change the selection of another checkbox when a nested one is clicked. The only exception is when a checkbox is used to make a bulk selection of multiple items.
29
+
30
+ ---
31
+
32
+ ## Related Components
33
+
34
+ - [Radio Group](../p-radio-group/p-radio-group.md)
35
+ - [Select](../p-select/p-select.md)
36
+
37
+ ## Accessibility support
38
+
39
+ ### Keyboard
40
+
41
+ | Key / state | Function |
42
+ | --- | --- |
43
+ | `Tab`, `Shift-Tab` | Moves focus to the next (or previous) focusable element. |
44
+ | `Space` | Activates/Deactivates checkbox. |
45
+
46
+ ### ARIA enhancements
47
+
48
+ #### Internal **ARIA** that is managed by the component:
49
+
50
+ | ARIA | Usage |
51
+ | --- | --- |
52
+ | `aria-describedby="IDREF"` | References the accessible description of status messages. |
53
+ | `role="status"`, `role="alert"` | When `message` and `state` or `loading` prop change, the status message is announced. |
54
+ | `aria-hidden="true"` | If `required` attribute is set, the visible asterisk indicator is hidden from assistive technologies. |
55
+ | `aria-invalid="true"` | If `error` state is set. |
56
+
57
+ ## Development considerations
58
+
59
+ ### Disabled state
60
+
61
+ In general, avoid using the `disabled` state. Disabled elements are no longer focusable and may be missed by screen reader users. They can also confuse sighted users if the reason they are disabled is not made clear.
62
+
63
+ ### Common do's and don'ts
64
+
65
+ - **Do** provide a clear `label` that describes what the checkbox controls.
66
+ - **Do** use the component state/message API so validation and status changes are announced.
67
+ - **Do** use clear error wording that helps users recover.
68
+ - **Don't** use `hide-label` without an accessible name.
69
+ - **Don't** use `hide-label` when it is not clear what the checkbox controls.
70
+
71
+ ## API
72
+
73
+ ### Properties
74
+
75
+ | Property | Type | Default | Description |
76
+ | --- | --- | --- | --- |
77
+ | `checked` | `boolean` | `false` | Reflects the checkbox's current checked state and allows setting the initial checked value on load. |
78
+ | `compact` | `boolean` | `false` | Reduces the checkbox size and spacing for a more compact layout. |
79
+ | `disabled` | `boolean` | `false` | Disables the checkbox, preventing all interaction. The value is not submitted with the form. |
80
+ | `form` | `string` | `undefined` | Associates the checkbox with a form element by its ID when not directly nested inside it. |
81
+ | `hideLabel` | `boolean`<br>`BreakpointCustomizable<boolean>` | `false` | Hides the visible label while keeping it accessible to screen readers. Supports responsive breakpoint values. |
82
+ | `indeterminate` | `boolean` | `false` | Puts the checkbox into an indeterminate state, indicating that a group of child items is only partially selected. |
83
+ | `label` | `string` | `''` | Sets the visible label text displayed next to the checkbox. |
84
+ | `loading` _(experimental)_ | `boolean` | `false` | @experimental Disables the checkbox and displays a loading spinner to indicate an ongoing operation. |
85
+ | `message` | `string` | `''` | Sets the validation feedback message displayed below the checkbox when `state` is `success` or `error`. |
86
+ | `name` | `string` | `''` | Sets the name submitted with the form data to identify this checkbox's value on the server. |
87
+ | `required` | `boolean` | `false` | Marks the checkbox as required — form submission is blocked unless the checkbox is checked. |
88
+ | `state` | `'none'` `'error'` `'success'` | `'none'` | Sets the validation state, controlling the visual appearance and style of the feedback message (`none`, `success`, `error`). |
89
+ | `value` | `string` | `'on'` | Sets the value submitted with the form data when the checkbox is checked. Unchecked checkboxes are excluded from form submissions. |
90
+
91
+ ### Events
92
+
93
+ | Event | Type | Description |
94
+ | --- | --- | --- |
95
+ | `blur` | `CustomEvent<CheckboxBlurEventDetail>`<br>`Event` | Emitted when the checkbox loses focus. |
96
+ | `change` | `CustomEvent<CheckboxChangeEventDetail>`<br>`Event` | Emitted when the user changes the checked state of the checkbox. |
97
+
98
+ ### Slots
99
+
100
+ | Slot | Required | Allowed tag names | Description |
101
+ | --- | --- | --- | --- |
102
+ | `label` | no | — | Shows a label. Only [phrasing content](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content) is allowed. |
103
+ | `label-after` | no | — | Places additional content after the label text (for content that should not be part of the label, e.g. external links or `p-popover`). |
104
+ | `message` | no | — | Shows a state message. Only [phrasing content](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content) is allowed. |
105
+
106
+ ### CSS Variables
107
+
108
+ | CSS Variable | Default | Description |
109
+ | --- | --- | --- |
110
+ | `--p-checkbox-border-color` | — | 🧪Experimental: Border colors of Checkbox. Should be used to override the default border color in different states (e.g., hover, focus, error), e.g. when the Checkbox is wrapped inside a custom label. |
111
+ | `--p-checkbox-background-color` | — | 🧪Experimental: Background color of Checkbox. |
112
+ | `--p-checkbox-icon-color` | — | 🧪Experimental: Checkmark icon color of Checkbox. |
113
+
114
+ ## Examples
115
+
116
+ | Example | When to use | File |
117
+ | --- | --- | --- |
118
+ | Default | Minimal default configuration. | [./examples/Default.tsx](./examples/Default.tsx) |
119
+ | Form | The `p-checkbox` can be integrated into a form in two ways: **controlled** or **uncontrolled**, depending on your needs. | [./examples/Form.tsx](./examples/Form.tsx) |
120
+ | Indeterminate | Mask the visual appearance of a checkbox which has a state in-between checked and unchecked. | [./examples/Indeterminate.tsx](./examples/Indeterminate.tsx) |
121
+ | Slots | Use named slots when `label` or `message` need markup such as a link. | [./examples/Slots.tsx](./examples/Slots.tsx) |
122
+ | Custom wrapped label (🧪Experimental) | The `p-checkbox` component also supports a custom wrapped `label` by wrapping the component in a `label` tag. | [./examples/WrappedLabel.tsx](./examples/WrappedLabel.tsx) |
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { PCrest } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <PCrest href="https://porsche.com" className="p-static-md" aria={{'aria-label': 'Porsche Homepage'}}></PCrest>
8
+ </>
9
+ )
10
+ }
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { PCrest } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <PCrest></PCrest>
8
+ </>
9
+ )
10
+ }
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { PCrest } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <PCrest href="https://porsche.com" aria={{'aria-label': 'Porsche Homepage'}}></PCrest>
8
+ </>
9
+ )
10
+ }
@@ -0,0 +1,65 @@
1
+ # p-crest
2
+
3
+ The `p-crest` gives the Porsche brand a distinctive look, sets it apart from others within the overall external image and represents the quality of the product.
4
+
5
+ > **Usage hint**
6
+ >
7
+ > This component shall only be used on viewports below 480px (breakpoint "S"). Otherwise, [p-wordmark](../p-wordmark/p-wordmark.md) has to be used.
8
+
9
+ You can use native `click`, `focus`, `focusin`, `blur` and `focusout` events on the `p-crest`.
10
+
11
+ ## Usage
12
+
13
+ ### Do:
14
+
15
+ - Use the [Wordmark](../p-wordmark/p-wordmark.md) as the main brand identifier.
16
+ - Use the crest only as an additional small brand identifier (e.g., within contact cards).
17
+ - Switch from the wordmark to the crest on small viewports below 480px (automatically implemented in global navigation and footer).
18
+
19
+ ### Don't:
20
+
21
+ - Use the crest as the primary brand identifier by default.
22
+
23
+ ---
24
+
25
+ ## Related Components
26
+
27
+ - [Wordmark](../p-wordmark/p-wordmark.md)
28
+
29
+ ## Accessibility support
30
+
31
+ ### ARIA enhancements
32
+
33
+ #### External **ARIA** provided by the `aria` property:
34
+
35
+ | ARIA | Usage |
36
+ | --- | --- |
37
+ | `aria-label` | Defines a string value that labels the interactive element. |
38
+ | `aria-current` | Exposes the current state of the link. |
39
+ | `aria-haspopup` | Defines that the link opens a popup (e.g. `dialog`). |
40
+
41
+ ## Development considerations
42
+
43
+ ### Common do's and don'ts
44
+
45
+ - **Do** pass ARIA attributes through the `aria` prop when the crest is linked.
46
+ - **Do** provide a descriptive `aria-label` for linked crests, for example "Porsche home".
47
+ - **Don't** add native `aria-*` attributes directly on the component host.
48
+
49
+ ## API
50
+
51
+ ### Properties
52
+
53
+ | Property | Type | Default | Description |
54
+ | --- | --- | --- | --- |
55
+ | `aria` | `CrestAriaAttribute` | `undefined` | Sets ARIA attributes on the anchor element to improve accessibility when the crest is used as a link. |
56
+ | `href` | `string` | `undefined` | When set, renders the crest as an anchor element navigating to this URL when clicked. |
57
+ | `target` | `'_self'` `'_blank'` `'_parent'` `'_top'` `'string'` | `'_self'` | Specifies where to open the linked URL (e.g. `_self`, `_blank`). Only applies when `href` is set. |
58
+
59
+ ## Examples
60
+
61
+ | Example | When to use | File |
62
+ | --- | --- | --- |
63
+ | Default | Minimal default configuration. | [./examples/Default.tsx](./examples/Default.tsx) |
64
+ | Link | The Porsche Crest will be rendered as `<a>`-tag as soon as an `href` is provided. | [./examples/Link.tsx](./examples/Link.tsx) |
65
+ | Custom clickable/focusable area | Sometimes it may be useful to enlarge the clickable/focusable area of the Porsche Crest. | [./examples/CustomClickableArea.tsx](./examples/CustomClickableArea.tsx) |
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { PDisplay } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <PDisplay tag="h3" color="inherit" className="text-[deeppink]">
8
+ The quick brown fox jumps over the lazy dog
9
+ </PDisplay>
10
+ </>
11
+ )
12
+ }
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { PDisplay } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <PDisplay>
8
+ The quick brown fox jumps over the lazy dog
9
+ </PDisplay>
10
+ </>
11
+ )
12
+ }
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { PDisplay } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <PDisplay tag="h3">
8
+ The quick brown fox jumps over the lazy dog
9
+ </PDisplay>
10
+
11
+ <PDisplay>
12
+ <h3>
13
+ The quick brown fox jumps over the lazy dog
14
+ </h3>
15
+ </PDisplay>
16
+ </>
17
+ )
18
+ }
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { PDisplay } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <PDisplay tag="h3" size="inherit" className="text-[5rem]">
8
+ The quick brown fox jumps over the lazy dog
9
+ </PDisplay>
10
+ </>
11
+ )
12
+ }
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { PDisplay } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <PDisplay tag="h3" size={{'base': 'medium', 'l': 'large'}}>
8
+ The quick brown fox jumps over the lazy dog
9
+ </PDisplay>
10
+ </>
11
+ )
12
+ }
@@ -0,0 +1,78 @@
1
+ # p-display
2
+
3
+ > **Deprecated:** since v4.0.0, will be removed with next major release. Please use `p-heading` instead.
4
+
5
+ `p-display` is used to highlight and specify heading styling and hierarchy in documents.
6
+
7
+ > **Recommendation**
8
+ >
9
+ > Although the component is very sophisticated, it's recommended (if possible) to use the corresponding utility classes of the "@porsche-design-system/components-{js | angular | react | vue}/tailwindcss" sub-package or any of the other styling solutions for best performance since way less DOM nodes are required to render. Further information can be found [here](../../styles/tailwindcss.md).
10
+
11
+ ## Usage
12
+
13
+ p-display is used to highlight and specify heading styling and hierarchy.
14
+
15
+ ### Do's:
16
+
17
+ - Use p-display for standout moments like hero intros, emotional statements, or key statistics.
18
+ - Choose from display-small, display-medium, or display-large depending on the visual weight required.
19
+ - Center-align p-display styles for marketing, landing, or intro sections to enhance visual impact.
20
+ - Ensure generous spacing around p-display elements to give them room to breathe.
21
+
22
+ ### Don't:
23
+
24
+ - Don’t use p-display styles for standard section headings or body text—use p-heading or p-text instead.
25
+ - Don’t mix multiple p-display sizes on the same screen unless clearly structured (e.g. in a visual hierarchy).
26
+
27
+ ## Accessibility support
28
+
29
+ This component does not include any special accessibility features.
30
+
31
+ ## Development considerations
32
+
33
+ ### Heading hierarchy
34
+
35
+ While using the `Display` component, take care of the correct heading hierarchy which can be adjusted through the `tag` property. Keep in mind that the visual appearance must not always be identical with the semantic hierarchy.
36
+
37
+ #### Best practices
38
+
39
+ - Use one unique `h1` per page that describes what that page is about.
40
+ - Use headings to describe the content below. Do not use an HTML heading just to make the text appear bigger or stand out.
41
+ - Use heading levels like the index of a book: hierarchical.
42
+ - Do not choose a heading by its size, but by its level in the context of the content.
43
+ - Heading hierarchy should not increase by more than one level at a time.
44
+ - Do not skip a heading level from the top down.
45
+
46
+ ### Common do's and don'ts
47
+
48
+ - **Do** use the `tag` prop to reflect semantic hierarchy, not just visual `size`.
49
+ - **Do** keep one unique `h1` per page for the primary page topic.
50
+ - **Don't** use `tag="h1"` on display text that is not the main page title.
51
+
52
+ ## API
53
+
54
+ ### Properties
55
+
56
+ | Property | Type | Default | Description |
57
+ | --- | --- | --- | --- |
58
+ | `align` | `'start'` `'center'` `'end'` `'inherit'` | `'start'` | Sets the horizontal text alignment (`start`, `center`, `end`, or `inherit`). |
59
+ | `color` | `'primary'` `'inherit'` | `'primary'` | Sets the text color using PDS color tokens. |
60
+ | `ellipsis` | `boolean` | `false` | Truncates the text with an ellipsis when it overflows the container on a single line. |
61
+ | `size` | `'small'` `'medium'` `'large'` `'inherit'`<br>`BreakpointCustomizable<DisplaySize>` | `'large'` | Sets the visual text size. Supports responsive breakpoint values. |
62
+ | `tag` | `undefined` `'h1'` `'h2'` `'h3'` `'h4'` `'h5'` `'h6'` | `undefined` | Sets the HTML heading tag (h1–h6) for correct document outline placement. When omitted, the tag is inferred from `size`. |
63
+
64
+ ### Slots
65
+
66
+ | Slot | Required | Allowed tag names | Description |
67
+ | --- | --- | --- | --- |
68
+ | _(default)_ | no | — | Default slot for the display text. |
69
+
70
+ ## Examples
71
+
72
+ | Example | When to use | File |
73
+ | --- | --- | --- |
74
+ | Default | Minimal default configuration. | [./examples/Default.tsx](./examples/Default.tsx) |
75
+ | Size | There are predefined fluid text sizes for the component which should cover most use cases. | [./examples/Size.tsx](./examples/Size.tsx) |
76
+ | Responsive | Responsive | [./examples/SizeResponsive.tsx](./examples/SizeResponsive.tsx) |
77
+ | Semantics | To provide more contextual HTML semantics you can either pass them with the `tag` property or directly inside a slot. | [./examples/Semantics.tsx](./examples/Semantics.tsx) |
78
+ | Color | Predefined theme-based colors are available, but `inherit` can also be used to define a custom color. | [./examples/Color.tsx](./examples/Color.tsx) |
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { PDivider } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <PDivider></PDivider>
8
+ </>
9
+ )
10
+ }
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { PDivider } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <div className="lg:flex lg:h-[150px]">
8
+ <PDivider direction={{'base': 'horizontal', 'l': 'vertical'}}></PDivider>
9
+ </div>
10
+ </>
11
+ )
12
+ }
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { PDivider } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <div className="flex h-[100px]">
8
+ <PDivider direction="vertical"></PDivider>
9
+ </div>
10
+ </>
11
+ )
12
+ }
@@ -0,0 +1,49 @@
1
+ # p-divider
2
+
3
+ The `p-divider` is used as 'horizontal or vertical rule' and displays a dividing line. The component is self-closing. Slotted content between the component tags won't be displayed.
4
+
5
+ ## Usage
6
+
7
+ ### Do:
8
+
9
+ - Use to create a visual separation between related sections of content.
10
+ - Use to separate content into clear groups.
11
+ - Use when other options for structuring content are not sufficient.
12
+
13
+ ### Don't:
14
+
15
+ - Don't use dividers to structure content, rather work with more space for clustering
16
+ - Don't use it for decorative purposes unless it's necessary.
17
+ - Avoid full-bleed dividers to separate page sections.
18
+
19
+ ## Accessibility support
20
+
21
+ This component does not include any special accessibility features.
22
+
23
+ ## Development considerations
24
+
25
+ ### Structure
26
+
27
+ A divider is visual separation only. Use headings, landmarks, or section structure to communicate content groups.
28
+
29
+ ### Common do's and don'ts
30
+
31
+ - **Do** pair dividers with headings or landmarks that describe the sections they separate.
32
+ - **Don't** rely on a divider alone to communicate a new major section.
33
+
34
+ ## API
35
+
36
+ ### Properties
37
+
38
+ | Property | Type | Default | Description |
39
+ | --- | --- | --- | --- |
40
+ | `color` | `'contrast-lower'` `'contrast-low'` `'contrast-medium'` `'contrast-high'` | `'contrast-lower'` | Sets the color of the divider line using PDS contrast tokens. |
41
+ | `direction` | `'vertical'` `'horizontal'`<br>`BreakpointCustomizable<DividerDirection>` | `'horizontal'` | Sets the orientation of the divider to `horizontal` or `vertical`. Supports responsive breakpoint values. |
42
+
43
+ ## Examples
44
+
45
+ | Example | When to use | File |
46
+ | --- | --- | --- |
47
+ | Default | Minimal default configuration. | [./examples/Default.tsx](./examples/Default.tsx) |
48
+ | Vertical | **Hint:** The component has not an implicit vertical height unless we set a container which provides it or define the height on the component itself. | [./examples/Vertical.tsx](./examples/Vertical.tsx) |
49
+ | Responsive | You can change the divider's direction by using different major breakpoints `xs`, `s`, `m`, `l`, `xl`. | [./examples/Responsive.tsx](./examples/Responsive.tsx) |
@@ -0,0 +1,164 @@
1
+ import React from 'react';
2
+ import { useState } from 'react';
3
+ import { PButton, PButtonTile, PDrilldown, PDrilldownItem, PDrilldownLink, PLink, PModelSignature, type DrilldownUpdateEventDetail } from '@porsche-design-system/components-react';
4
+
5
+ export const Example = () => {
6
+ const [activeIdentifier, setActiveIdentifier] = useState("id-1");
7
+ const [open, setOpen] = useState(false);
8
+
9
+ const onClick = () => {
10
+ setOpen(true);
11
+ }
12
+ const onUpdate = (e: CustomEvent<DrilldownUpdateEventDetail>) => {
13
+ setActiveIdentifier(e.detail.activeIdentifier);
14
+ }
15
+ const onDismiss = () => {
16
+ setOpen(false);
17
+ }
18
+
19
+ return (
20
+ <>
21
+ <nav aria-label="Main">
22
+ <PButton type="button" aria={{'aria-haspopup': 'dialog'}} onClick={onClick}>
23
+ Open Drilldown
24
+ </PButton>
25
+ <PDrilldown open={open} activeIdentifier={activeIdentifier} className="[--p-drilldown-grid-template:repeat(5,auto)_minmax(0,1fr)/auto]" onUpdate={onUpdate} onDismiss={onDismiss}>
26
+ <PDrilldownItem identifier="id-1" label="Motorsport" className="[--p-drilldown-grid-template:auto/repeat(2,minmax(0,1fr))] [--p-drilldown-gap:0px_16px]">
27
+ <PDrilldownItem identifier="id-1-1" label="718">
28
+ <PModelSignature slot="header" model="718"></PModelSignature>
29
+ <PButtonTile slot="button" label="Some label" description="718" weight="semi-bold" compact={true} aspectRatio={{'base': '1/1', 's': '9/16'}} className="mb-fluid-sm">
30
+ <img srcSet="assets/porsche-963@2x.webp 2x" src="assets/porsche-963.webp" width={636} height={847} alt="Porsche 963" />
31
+ </PButtonTile>
32
+ <PDrilldownLink href="#">
33
+ Some anchor
34
+ </PDrilldownLink>
35
+ <PDrilldownLink href="#">
36
+ Some anchor
37
+ </PDrilldownLink>
38
+ <PDrilldownLink href="#">
39
+ Some anchor
40
+ </PDrilldownLink>
41
+ <PDrilldownLink href="#">
42
+ Some anchor
43
+ </PDrilldownLink>
44
+ </PDrilldownItem>
45
+ <PDrilldownItem identifier="id-1-2" label="911">
46
+ <PModelSignature slot="header" model="911"></PModelSignature>
47
+ <PButtonTile slot="button" label="Some label" description="911" weight="semi-bold" compact={true} aspectRatio={{'base': '1/1', 's': '9/16'}} className="mb-fluid-sm">
48
+ <img srcSet="assets/porsche-963@2x.webp 2x" src="assets/porsche-963.webp" width={636} height={847} alt="Porsche 963" />
49
+ </PButtonTile>
50
+ <PDrilldownLink href="#">
51
+ Some anchor
52
+ </PDrilldownLink>
53
+ <PDrilldownLink href="#">
54
+ Some anchor
55
+ </PDrilldownLink>
56
+ </PDrilldownItem>
57
+ <PDrilldownLink href="#">
58
+ Some anchor
59
+ </PDrilldownLink>
60
+ <PDrilldownLink href="#" aria-current="page">
61
+ Some anchor
62
+ </PDrilldownLink>
63
+ <PDrilldownLink href="#">
64
+ Some anchor
65
+ </PDrilldownLink>
66
+ <PDrilldownLink href="#">
67
+ Some anchor
68
+ </PDrilldownLink>
69
+ <PDrilldownLink href="#">
70
+ Some anchor
71
+ </PDrilldownLink>
72
+ <PDrilldownLink href="#">
73
+ Some anchor
74
+ </PDrilldownLink>
75
+ <PDrilldownLink href="#">
76
+ Some anchor
77
+ </PDrilldownLink>
78
+ <PDrilldownLink href="#">
79
+ Some anchor
80
+ </PDrilldownLink>
81
+ <PDrilldownLink href="#">
82
+ Some anchor
83
+ </PDrilldownLink>
84
+ </PDrilldownItem>
85
+ <PDrilldownItem identifier="id-2" label="Some label">
86
+ <PDrilldownItem identifier="id-2-1" label="Some label">
87
+ <PDrilldownLink href="#">
88
+ Some anchor
89
+ </PDrilldownLink>
90
+ <PDrilldownLink href="#">
91
+ Some anchor
92
+ </PDrilldownLink>
93
+ <PDrilldownLink href="#">
94
+ Some anchor
95
+ </PDrilldownLink>
96
+ <PDrilldownLink href="#">
97
+ Some anchor
98
+ </PDrilldownLink>
99
+ </PDrilldownItem>
100
+ <PDrilldownItem identifier="id-2-2" label="Some label">
101
+ <PDrilldownLink href="#">
102
+ Some anchor
103
+ </PDrilldownLink>
104
+ <PDrilldownLink href="#">
105
+ Some anchor
106
+ </PDrilldownLink>
107
+ <PDrilldownLink href="#">
108
+ Some anchor
109
+ </PDrilldownLink>
110
+ </PDrilldownItem>
111
+ <PDrilldownLink href="#">
112
+ Some anchor
113
+ </PDrilldownLink>
114
+ <PDrilldownLink href="#">
115
+ Some anchor
116
+ </PDrilldownLink>
117
+ <PDrilldownLink href="#">
118
+ Some anchor
119
+ </PDrilldownLink>
120
+ <PDrilldownLink href="#">
121
+ Some anchor
122
+ </PDrilldownLink>
123
+ </PDrilldownItem>
124
+ <PDrilldownItem identifier="id-3" label="Some label">
125
+ <PDrilldownLink href="#">
126
+ Some anchor
127
+ </PDrilldownLink>
128
+ <PDrilldownLink href="#">
129
+ Some anchor
130
+ </PDrilldownLink>
131
+ <PDrilldownLink href="#">
132
+ Some anchor
133
+ </PDrilldownLink>
134
+ <PDrilldownLink href="#">
135
+ Some anchor
136
+ </PDrilldownLink>
137
+ </PDrilldownItem>
138
+ <PDrilldownItem identifier="id-4" label="Some label">
139
+ <PDrilldownLink href="#">
140
+ Some anchor
141
+ </PDrilldownLink>
142
+ <PDrilldownLink href="#">
143
+ Some anchor
144
+ </PDrilldownLink>
145
+ <PDrilldownLink href="#">
146
+ Some anchor
147
+ </PDrilldownLink>
148
+ </PDrilldownItem>
149
+ <PDrilldownItem identifier="id-5" label="Some label">
150
+ <PDrilldownLink href="#">
151
+ Some anchor
152
+ </PDrilldownLink>
153
+ <PDrilldownLink href="#">
154
+ Some anchor
155
+ </PDrilldownLink>
156
+ </PDrilldownItem>
157
+ <PLink href="#" variant="secondary" icon="external" className="self-end">
158
+ Some external anchor
159
+ </PLink>
160
+ </PDrilldown>
161
+ </nav>
162
+ </>
163
+ )
164
+ }