@patternfly/patternfly-doc-core 1.13.0 → 1.13.1

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 (167) hide show
  1. package/.astro/content-modules.mjs +25 -25
  2. package/cli/buildPropsData.ts +13 -8
  3. package/cli/cli.ts +44 -33
  4. package/cli/createCollectionContent.ts +109 -9
  5. package/cli/getConfig.ts +1 -0
  6. package/dist/cli/buildPropsData.js +11 -8
  7. package/dist/cli/cli.js +36 -28
  8. package/dist/cli/createCollectionContent.js +70 -9
  9. package/dist/docs/_worker.js/index.js +1 -1
  10. package/dist/docs/_worker.js/manifest_CJjpUQ_9.mjs +100 -0
  11. package/dist/docs/_worker.js/pages/props.astro.mjs +23 -5
  12. package/dist/docs/components/alert/index.html +83 -83
  13. package/dist/docs/components/alert/react/index.html +83 -83
  14. package/dist/docs/components/avatar/index.html +8 -8
  15. package/dist/docs/components/avatar/react/index.html +8 -8
  16. package/dist/docs/components/back-to-top/index.html +5 -5
  17. package/dist/docs/components/back-to-top/react/index.html +5 -5
  18. package/dist/docs/components/backdrop/index.html +3 -3
  19. package/dist/docs/components/backdrop/react/index.html +3 -3
  20. package/dist/docs/components/background-image/index.html +3 -3
  21. package/dist/docs/components/background-image/react/index.html +3 -3
  22. package/dist/docs/components/badge/index.html +8 -8
  23. package/dist/docs/components/badge/react/index.html +8 -8
  24. package/dist/docs/components/banner/index.html +11 -11
  25. package/dist/docs/components/banner/react/index.html +11 -11
  26. package/dist/docs/components/breadcrumb/index.html +6 -6
  27. package/dist/docs/components/breadcrumb/react/index.html +6 -6
  28. package/dist/docs/components/button/index.html +37 -37
  29. package/dist/docs/components/button/react/index.html +37 -37
  30. package/dist/docs/components/calendar-month/index.html +9 -9
  31. package/dist/docs/components/calendar-month/react/index.html +9 -9
  32. package/dist/docs/components/card/index.html +55 -55
  33. package/dist/docs/components/card/react/index.html +55 -55
  34. package/dist/docs/components/checkbox/index.html +16 -16
  35. package/dist/docs/components/checkbox/react/index.html +16 -16
  36. package/dist/docs/components/code-block/index.html +9 -9
  37. package/dist/docs/components/code-block/react/index.html +9 -9
  38. package/dist/docs/components/content/index.html +19 -19
  39. package/dist/docs/components/content/react/index.html +19 -19
  40. package/dist/docs/components/data-list/index.html +21 -21
  41. package/dist/docs/components/data-list/react/index.html +21 -21
  42. package/dist/docs/components/description-list/index.html +39 -39
  43. package/dist/docs/components/description-list/react/index.html +39 -39
  44. package/dist/docs/components/divider/index.html +11 -11
  45. package/dist/docs/components/divider/react/index.html +11 -11
  46. package/dist/docs/components/drawer/index.html +25 -25
  47. package/dist/docs/components/drawer/react/index.html +25 -25
  48. package/dist/docs/components/dropdown/index.html +17 -17
  49. package/dist/docs/components/dropdown/react/index.html +17 -17
  50. package/dist/docs/components/dual-list-selector/index.html +20 -20
  51. package/dist/docs/components/dual-list-selector/react/index.html +17 -17
  52. package/dist/docs/components/dual-list-selector/react-deprecated/index.html +28 -28
  53. package/dist/docs/components/empty-state/index.html +10 -10
  54. package/dist/docs/components/empty-state/react/index.html +10 -10
  55. package/dist/docs/components/expandable-section/index.html +18 -18
  56. package/dist/docs/components/expandable-section/react/index.html +18 -18
  57. package/dist/docs/components/form/index.html +16 -16
  58. package/dist/docs/components/form/react/index.html +16 -16
  59. package/dist/docs/components/form-select/index.html +9 -9
  60. package/dist/docs/components/form-select/react/index.html +9 -9
  61. package/dist/docs/components/helper-text/index.html +9 -9
  62. package/dist/docs/components/helper-text/react/index.html +9 -9
  63. package/dist/docs/components/hint/index.html +11 -11
  64. package/dist/docs/components/hint/react/index.html +11 -11
  65. package/dist/docs/components/icon/index.html +20 -20
  66. package/dist/docs/components/icon/react/index.html +20 -20
  67. package/dist/docs/components/input-group/index.html +9 -9
  68. package/dist/docs/components/input-group/react/index.html +9 -9
  69. package/dist/docs/components/jump-links/index.html +12 -12
  70. package/dist/docs/components/jump-links/react/index.html +12 -12
  71. package/dist/docs/components/label/index.html +25 -25
  72. package/dist/docs/components/label/react/index.html +25 -25
  73. package/dist/docs/components/list/index.html +12 -12
  74. package/dist/docs/components/list/react/index.html +12 -12
  75. package/dist/docs/components/login-page/index.html +13 -13
  76. package/dist/docs/components/login-page/react/index.html +13 -13
  77. package/dist/docs/components/masthead/index.html +18 -18
  78. package/dist/docs/components/masthead/react/index.html +18 -18
  79. package/dist/docs/components/menu/index.html +68 -68
  80. package/dist/docs/components/menu/react/index.html +68 -68
  81. package/dist/docs/components/menu-toggle/index.html +66 -66
  82. package/dist/docs/components/menu-toggle/react/index.html +66 -66
  83. package/dist/docs/components/modal/index.html +41 -41
  84. package/dist/docs/components/modal/react/index.html +41 -41
  85. package/dist/docs/components/modal/react-deprecated/index.html +41 -41
  86. package/dist/docs/components/multiple-file-upload/index.html +26 -26
  87. package/dist/docs/components/multiple-file-upload/react/index.html +26 -26
  88. package/dist/docs/components/navigation/index.html +21 -21
  89. package/dist/docs/components/navigation/react/index.html +21 -21
  90. package/dist/docs/components/notification-badge/index.html +13 -13
  91. package/dist/docs/components/notification-badge/react/index.html +13 -13
  92. package/dist/docs/components/notification-drawer/index.html +5 -5
  93. package/dist/docs/components/notification-drawer/react/index.html +5 -5
  94. package/dist/docs/components/number-input/index.html +14 -14
  95. package/dist/docs/components/number-input/react/index.html +14 -14
  96. package/dist/docs/components/overflow-menu/index.html +9 -9
  97. package/dist/docs/components/overflow-menu/react/index.html +9 -9
  98. package/dist/docs/components/page/index.html +50 -50
  99. package/dist/docs/components/page/react/index.html +50 -50
  100. package/dist/docs/components/pagination/index.html +14 -14
  101. package/dist/docs/components/pagination/react/index.html +14 -14
  102. package/dist/docs/components/panel/index.html +22 -22
  103. package/dist/docs/components/panel/react/index.html +22 -22
  104. package/dist/docs/components/popover/index.html +23 -23
  105. package/dist/docs/components/popover/react/index.html +23 -23
  106. package/dist/docs/components/progress/index.html +20 -20
  107. package/dist/docs/components/progress/react/index.html +20 -20
  108. package/dist/docs/components/progress-stepper/index.html +13 -13
  109. package/dist/docs/components/progress-stepper/react/index.html +13 -13
  110. package/dist/docs/components/radio/index.html +12 -12
  111. package/dist/docs/components/radio/react/index.html +12 -12
  112. package/dist/docs/components/search-input/index.html +11 -11
  113. package/dist/docs/components/search-input/react/index.html +11 -11
  114. package/dist/docs/components/select/index.html +60 -60
  115. package/dist/docs/components/select/react/index.html +60 -60
  116. package/dist/docs/components/sidebar/index.html +14 -14
  117. package/dist/docs/components/sidebar/react/index.html +14 -14
  118. package/dist/docs/components/simple-file-upload/index.html +29 -29
  119. package/dist/docs/components/simple-file-upload/react/index.html +29 -29
  120. package/dist/docs/components/simple-list/index.html +6 -6
  121. package/dist/docs/components/simple-list/react/index.html +6 -6
  122. package/dist/docs/components/skeleton/index.html +10 -10
  123. package/dist/docs/components/skeleton/react/index.html +10 -10
  124. package/dist/docs/components/skip-to-content/index.html +3 -3
  125. package/dist/docs/components/skip-to-content/react/index.html +3 -3
  126. package/dist/docs/components/slider/index.html +19 -19
  127. package/dist/docs/components/slider/react/index.html +19 -19
  128. package/dist/docs/components/spinner/index.html +6 -6
  129. package/dist/docs/components/spinner/react/index.html +6 -6
  130. package/dist/docs/components/switch/index.html +9 -9
  131. package/dist/docs/components/switch/react/index.html +9 -9
  132. package/dist/docs/components/tabs/index.html +74 -74
  133. package/dist/docs/components/tabs/react/index.html +74 -74
  134. package/dist/docs/components/text-area/index.html +12 -12
  135. package/dist/docs/components/text-area/react/index.html +12 -12
  136. package/dist/docs/components/text-input/index.html +13 -13
  137. package/dist/docs/components/text-input/react/index.html +13 -13
  138. package/dist/docs/components/text-input-group/index.html +16 -16
  139. package/dist/docs/components/text-input-group/react/index.html +16 -16
  140. package/dist/docs/components/tile/index.html +23 -23
  141. package/dist/docs/components/tile/react-deprecated/index.html +23 -23
  142. package/dist/docs/components/time-picker/index.html +13 -13
  143. package/dist/docs/components/time-picker/react/index.html +13 -13
  144. package/dist/docs/components/timestamp/index.html +21 -21
  145. package/dist/docs/components/timestamp/react/index.html +21 -21
  146. package/dist/docs/components/title/index.html +7 -7
  147. package/dist/docs/components/title/react/index.html +7 -7
  148. package/dist/docs/components/toggle-group/index.html +21 -21
  149. package/dist/docs/components/toggle-group/react/index.html +21 -21
  150. package/dist/docs/components/toolbar/index.html +42 -42
  151. package/dist/docs/components/toolbar/react/index.html +42 -42
  152. package/dist/docs/components/tooltip/index.html +12 -12
  153. package/dist/docs/components/tooltip/react/index.html +12 -12
  154. package/dist/docs/components/tree-view/index.html +23 -23
  155. package/dist/docs/components/tree-view/react/index.html +23 -23
  156. package/dist/docs/components/truncate/index.html +10 -10
  157. package/dist/docs/components/truncate/react/index.html +10 -10
  158. package/dist/docs/components/wizard/react/index.html +29 -29
  159. package/package.json +1 -1
  160. package/src/content.config.ts +4 -2
  161. package/src/content.ts +1 -1
  162. package/src/pages/props.ts +8 -4
  163. package/dist/docs/_worker.js/manifest_BT0KogAj.mjs +0 -100
  164. /package/dist/docs/_worker.js/chunks/{_astro_assets_Cpp4aFxG.mjs → _astro_assets_gAZzkAab.mjs} +0 -0
  165. /package/dist/docs/_worker.js/chunks/{_astro_data-layer-content_D-EXtmSy.mjs → _astro_data-layer-content_Dvh2cBdG.mjs} +0 -0
  166. /package/dist/docs/_worker.js/chunks/{content-modules_CUXjIWnT.mjs → content-modules_PMz0mfKv.mjs} +0 -0
  167. /package/dist/docs/_worker.js/chunks/{sharp_C-KnEafm.mjs → sharp_CXlY1snz.mjs} +0 -0
@@ -1,8 +1,8 @@
1
1
  <!DOCTYPE html><html lang="en" data-astro-transition-scope="astro-iidcp2e2-1"> <head><script type="module">const n=e=>{requestAnimationFrame(()=>{document.documentElement.classList.toggle("pf-v6-theme-dark",e==="dark")})};document.addEventListener("astro:before-swap",()=>{const e=localStorage.getItem("theme-preference");n(e||"light")});const o=e=>{const t=document.querySelector(e);t&&t.scrollIntoView({behavior:"smooth"})};document.addEventListener("DOMContentLoaded",()=>{if(window.location.hash){const e=window.location.hash;history.replaceState(null,""," "),setTimeout(()=>{o(e),history.replaceState(null,"",e)},500)}});window.addEventListener("hashchange",()=>{window.location.hash&&o(window.location.hash)});</script><meta charset="utf-8"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><meta name="viewport" content="width=device-width"><meta name="generator" content="Astro v5.9.3"><title>Astro</title><meta name="astro-view-transitions-enabled" content="true"><meta name="astro-view-transitions-fallback" content="animate"><script type="module" src="/_astro/ClientRouter.astro_astro_type_script_index_0_lang.CtSceO8m.js"></script><link rel="stylesheet" href="/_astro/_page_.BG_fQ4i5.css">
2
- <link rel="stylesheet" href="/_astro/AutoLinkHeader.Chv_bGyU.css">
3
- <link rel="stylesheet" href="/_astro/PropsTables.D6ZI3FGj.css">
2
+ <link rel="stylesheet" href="/_astro/_page_.DxJDkZPc.css">
4
3
  <link rel="stylesheet" href="/_astro/LiveExample.CxJsMvEq.css">
5
- <link rel="stylesheet" href="/_astro/_page_.DxJDkZPc.css"><style>[data-astro-transition-scope="astro-iidcp2e2-1"] { view-transition-name: astro-iidcp2e2-1; }@layer astro { ::view-transition-old(astro-iidcp2e2-1) { animation: none; opacity: 0; mix-blend-mode: normal; }::view-transition-new(astro-iidcp2e2-1) { animation: none; mix-blend-mode: normal; }::view-transition-group(astro-iidcp2e2-1) { animation: none } }[data-astro-transition-fallback="old"] [data-astro-transition-scope="astro-iidcp2e2-1"],
4
+ <link rel="stylesheet" href="/_astro/PropsTables.D6ZI3FGj.css">
5
+ <link rel="stylesheet" href="/_astro/AutoLinkHeader.Chv_bGyU.css"><style>[data-astro-transition-scope="astro-iidcp2e2-1"] { view-transition-name: astro-iidcp2e2-1; }@layer astro { ::view-transition-old(astro-iidcp2e2-1) { animation: none; opacity: 0; mix-blend-mode: normal; }::view-transition-new(astro-iidcp2e2-1) { animation: none; mix-blend-mode: normal; }::view-transition-group(astro-iidcp2e2-1) { animation: none } }[data-astro-transition-fallback="old"] [data-astro-transition-scope="astro-iidcp2e2-1"],
6
6
  [data-astro-transition-fallback="old"][data-astro-transition-scope="astro-iidcp2e2-1"] { animation: none; mix-blend-mode: normal; }[data-astro-transition-fallback="new"] [data-astro-transition-scope="astro-iidcp2e2-1"],
7
7
  [data-astro-transition-fallback="new"][data-astro-transition-scope="astro-iidcp2e2-1"] { animation: none; mix-blend-mode: normal; }</style><style>[data-astro-transition-scope="astro-xikxfxwm-3"] { view-transition-name: astro-xikxfxwm-3; }@layer astro { ::view-transition-old(astro-xikxfxwm-3) {
8
8
  animation-duration: 180ms;
@@ -42,73 +42,73 @@
42
42
  animation-fill-mode: both;
43
43
  animation-name: astroFadeIn; }</style><style>[data-astro-transition-scope="astro-2e6ke2uy-4"] { view-transition-name: astro-2e6ke2uy-4; }@layer astro { ::view-transition-old(astro-2e6ke2uy-4) { animation: none; opacity: 0; mix-blend-mode: normal; }::view-transition-new(astro-2e6ke2uy-4) { animation: none; mix-blend-mode: normal; }::view-transition-group(astro-2e6ke2uy-4) { animation: none } }[data-astro-transition-fallback="old"] [data-astro-transition-scope="astro-2e6ke2uy-4"],
44
44
  [data-astro-transition-fallback="old"][data-astro-transition-scope="astro-2e6ke2uy-4"] { animation: none; mix-blend-mode: normal; }[data-astro-transition-fallback="new"] [data-astro-transition-scope="astro-2e6ke2uy-4"],
45
- [data-astro-transition-fallback="new"][data-astro-transition-scope="astro-2e6ke2uy-4"] { animation: none; mix-blend-mode: normal; }</style></head> <body> <div class="pf-v6-c-page"> <script>(()=>{var l=(n,t)=>{let i=async()=>{await(await n())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();</script><header class="pf-v6-c-masthead pf-m-display-inline-on-md"> <div class="pf-v6-c-masthead__main"> <span class="pf-v6-c-masthead__toggle"> <astro-island uid="Z1RY9Yu" prefix="r5" component-url="/_astro/PageToggle.DBsLIFpI.js" component-export="PageToggle" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;data-astro-transition-persist&quot;:[0,&quot;astro-u5p5alki-2&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;PageToggle&quot;,&quot;value&quot;:true}" data-astro-transition-persist="astro-u5p5alki-2" await-children><button id="nav-toggle" aria-expanded="true" aria-label="Global navigation" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-154"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg></span></button><!--astro:end--></astro-island> </span> <div class="pf-v6-c-masthead__brand"> <a class="pf-v6-c-masthead__logo" tabindex="0" href="/"> <img class="pf-v6-c-brand" style="--pf-v6-c-brand--Height:36px" src="/PF-HorizontalLogo-Color.svg" alt="PatternFly"/> </a> </div> </div> <div class="pf-v6-c-masthead__content"> <astro-island uid="Z1Cpvgm" prefix="r7" component-url="/_astro/Toolbar.BNjGRsAQ.js" component-export="Toolbar" renderer-url="/_astro/client.DN8ES6L5.js" props="{}" ssr client="idle" opts="{&quot;name&quot;:&quot;ReactToolbar&quot;,&quot;value&quot;:true}" await-children><div class="pf-v6-c-toolbar pf-m-static" id="toolbar" data-ouia-component-type="PF6/Toolbar" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Toolbar-52"><div class="pf-v6-c-toolbar__content"><div class="pf-v6-c-toolbar__content-section"><div class="pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end pf-m-gap-none pf-m-gap-md-on-md"><div class="pf-v6-c-toolbar__item"></div><div class="pf-v6-c-toolbar__item"><div class="pf-v6-c-input-group ws-global-search"><div class="pf-v6-c-input-group__item"><button aria-expanded="false" aria-label="Expandable search input toggle" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-155"><span class="pf-v6-c-button__icon"><svg class="pf-v6-svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></span></button></div></div></div><div class="pf-v6-c-toolbar__item"><a href="//github.com/patternfly" target="top" aria-label="PatternFly GitHub page" class="pf-v6-c-button pf-m-plain" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-156"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 496 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a></div><div class="pf-v6-c-toolbar__item"><button class="pf-v6-c-menu-toggle" type="button" aria-expanded="false" data-ouia-component-type="PF6/MenuToggle" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-MenuToggle-52"><span class="pf-v6-c-menu-toggle__text">Release 6.1.0</span><span class="pf-v6-c-menu-toggle__controls"><span class="pf-v6-c-menu-toggle__toggle-icon"><svg class="pf-v6-svg" viewBox="0 0 320 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg></span></span></button></div></div></div></div><div class="pf-v6-c-toolbar__content pf-m-hidden" hidden=""><div class="pf-v6-c-toolbar__group"></div></div></div><!--astro:end--></astro-island> </div> </header> <astro-island uid="193Wv7" component-url="/_astro/Navigation.B2RHZcqO.js" component-export="Navigation" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;navData&quot;:[1,[[1,[[0,{&quot;id&quot;:[0,&quot;src/components/aboutmodal/examples/aboutmodal&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;About modal&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/accordion/examples/accordion&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Accordion&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/actionlist/examples/actionlist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Action list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/alert/examples/alert&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Alert&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/avatar/examples/avatar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Avatar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backtotop/examples/backtotop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Back to top&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backdrop/examples/backdrop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Backdrop&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backgroundimage/examples/backgroundimage&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Background image&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/badge/examples/badge&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Badge&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/banner/examples/banner&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Banner&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/brand/examples/brand&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Brand&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/breadcrumb/examples/breadcrumb&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Breadcrumb&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/button/examples/button&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Button&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/calendarmonth/examples/calendarmonth&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Calendar month&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/card/examples/card&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Card&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/checkbox/examples/checkbox&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Checkbox&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/chip/examples/chip&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Chip&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/clipboardcopy/examples/clipboardcopy&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Clipboard copy&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/codeblock/examples/codeblock&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Code block&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/content/examples/content&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Content&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/datalist/examples/datalist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Data list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/datepicker/examples/datepicker&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Date picker&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/descriptionlist/examples/descriptionlist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Description list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/divider/examples/divider&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Divider&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/dragdrop/examples/dragdrop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Drag and drop&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/drawer/examples/drawer&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Drawer&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/dropdown/examples/dropdown&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dropdown&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/duallistselector/examples/duallistselector&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dual list selector&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/emptystate/examples/emptystate&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Empty state&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/expandablesection/examples/expandablesection&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Expandable section&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/form/examples/form&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/formselect/examples/formselect&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form select&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/helpertext/examples/helpertext&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Helper text&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/hint/examples/hint&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Hint&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/icon/examples/icon&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Icon&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/inputgroup/examples/inputgroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Input group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/jumplinks/examples/jumplinks&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Jump links&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/label/examples/label&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Label&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/list/examples/list&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;List&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/loginpage/examples/loginpage&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Login page&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/masthead/examples/masthead&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Masthead&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/menu/examples/menu&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Menu&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/menutoggle/examples/menutoggle&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Menu toggle&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/modal/examples/modal&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Modal&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/multiplefileupload/examples/multiplefileupload&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Multiple file upload&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/nav/examples/nav&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Navigation&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/notificationbadge/examples/notificationbadge&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Notification badge&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/notificationdrawer/examples/notificationdrawer&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Notification drawer&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/numberinput/examples/numberinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Number input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/overflowmenu/examples/overflowmenu&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Overflow menu&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/page/examples/page&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Page&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/pagination/examples/pagination&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Pagination&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/panel/examples/panel&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Panel&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/popover/examples/popover&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Popover&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/progress/examples/progress&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Progress&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/progressstepper/examples/progressstepper&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Progress stepper&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/radio/examples/radio&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Radio&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/searchinput/examples/searchinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Search input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/select/examples/select&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Select&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/sidebar/examples/sidebar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Sidebar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/fileupload/examples/fileupload&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Simple file upload&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/simplelist/examples/simplelist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Simple list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/skeleton/examples/skeleton&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Skeleton&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/skiptocontent/examples/skiptocontent&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Skip to content&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/slider/examples/slider&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Slider&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/spinner/examples/spinner&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Spinner&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/switch/examples/switch&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Switch&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/tabs/examples/tabs&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tabs&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textarea/examples/textarea&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text area&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textinput/examples/textinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textinputgroup/examples/textinputgroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text input group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/tile/examples/tile&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tile&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/timepicker/examples/timepicker&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Time picker&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/timestamp/examples/timestamp&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Timestamp&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/title/examples/title&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Title&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/togglegroup/examples/togglegroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Toggle group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/toolbar/examples/toolbar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Toolbar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/tooltip/examples/tooltip&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tooltip&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/treeview/examples/treeview&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tree view&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/truncate/examples/truncate&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Truncate&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/wizard/examples/wizard&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Wizard&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}]]]]],&quot;data-astro-transition-scope&quot;:[0,&quot;astro-xikxfxwm-3&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;ReactNav&quot;,&quot;value&quot;:&quot;react&quot;}" data-astro-transition-scope="astro-xikxfxwm-3"></astro-island> <div class="pf-v6-c-page__main-container"> <main class="pf-v6-c-page__main"> <section class="pf-v6-c-page__main-section"><div class="pf-v6-c-page__main-body"> <section id="ws-sticky-nav-tabs" class="pf-v6-c-page__main-tabs pf-m-sticky-top"><div class="pf-v6-c-page__main-body"> <div class="pf-v6-c-tabs pf-m-page-insets pf-m-no-border-bottom"> <ul class="pf-v6-c-tabs__list"> <li class="pf-v6-c-tabs__item"> <a class="pf-v6-c-tabs__link" href="/components/page/react"> React </a> </li> </ul> </div> </div></section><section id="main-content" class="pf-v6-c-page__main-section pf-m-fill"><div class="pf-v6-c-page__main-body"> <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-942" data-pf-content="true" class="pf-v6-c-content--h2">Examples</h2>
46
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-943" data-pf-content="true" class="pf-v6-c-content--h3">Basic page components</h3>
47
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-944" data-pf-content="true" class="pf-v6-c-content--p">A page will typically contain the following components:</p>
48
- <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-988" data-pf-content="true" class="pf-v6-c-content--ul">
49
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-984" data-pf-content="true" class="pf-v6-c-content--li">A <code>&lt;Page&gt;</code> with a <code>masthead</code> prop that often contains a <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-945" data-pf-content="true" class="pf-v6-c-content--a">masthead</a> component</li>
45
+ [data-astro-transition-fallback="new"][data-astro-transition-scope="astro-2e6ke2uy-4"] { animation: none; mix-blend-mode: normal; }</style></head> <body> <div class="pf-v6-c-page"> <script>(()=>{var l=(n,t)=>{let i=async()=>{await(await n())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();</script><header class="pf-v6-c-masthead pf-m-display-inline-on-md"> <div class="pf-v6-c-masthead__main"> <span class="pf-v6-c-masthead__toggle"> <astro-island uid="23oDgN" prefix="r5" component-url="/_astro/PageToggle.DBsLIFpI.js" component-export="PageToggle" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;data-astro-transition-persist&quot;:[0,&quot;astro-u5p5alki-2&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;PageToggle&quot;,&quot;value&quot;:true}" data-astro-transition-persist="astro-u5p5alki-2" await-children><button id="nav-toggle" aria-expanded="true" aria-label="Global navigation" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-145"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg></span></button><!--astro:end--></astro-island> </span> <div class="pf-v6-c-masthead__brand"> <a class="pf-v6-c-masthead__logo" tabindex="0" href="/"> <img class="pf-v6-c-brand" style="--pf-v6-c-brand--Height:36px" src="/PF-HorizontalLogo-Color.svg" alt="PatternFly"/> </a> </div> </div> <div class="pf-v6-c-masthead__content"> <astro-island uid="26iquF" prefix="r7" component-url="/_astro/Toolbar.BNjGRsAQ.js" component-export="Toolbar" renderer-url="/_astro/client.DN8ES6L5.js" props="{}" ssr client="idle" opts="{&quot;name&quot;:&quot;ReactToolbar&quot;,&quot;value&quot;:true}" await-children><div class="pf-v6-c-toolbar pf-m-static" id="toolbar" data-ouia-component-type="PF6/Toolbar" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Toolbar-49"><div class="pf-v6-c-toolbar__content"><div class="pf-v6-c-toolbar__content-section"><div class="pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end pf-m-gap-none pf-m-gap-md-on-md"><div class="pf-v6-c-toolbar__item"></div><div class="pf-v6-c-toolbar__item"><div class="pf-v6-c-input-group ws-global-search"><div class="pf-v6-c-input-group__item"><button aria-expanded="false" aria-label="Expandable search input toggle" class="pf-v6-c-button pf-m-plain" type="button" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-146"><span class="pf-v6-c-button__icon"><svg class="pf-v6-svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></span></button></div></div></div><div class="pf-v6-c-toolbar__item"><a href="//github.com/patternfly" target="top" aria-label="PatternFly GitHub page" class="pf-v6-c-button pf-m-plain" data-ouia-component-type="PF6/Button" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Button-plain-147"><span class="pf-v6-c-button__text"><svg class="pf-v6-svg" viewBox="0 0 496 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a></div><div class="pf-v6-c-toolbar__item"><button class="pf-v6-c-menu-toggle" type="button" aria-expanded="false" data-ouia-component-type="PF6/MenuToggle" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-MenuToggle-49"><span class="pf-v6-c-menu-toggle__text">Release 6.1.0</span><span class="pf-v6-c-menu-toggle__controls"><span class="pf-v6-c-menu-toggle__toggle-icon"><svg class="pf-v6-svg" viewBox="0 0 320 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg></span></span></button></div></div></div></div><div class="pf-v6-c-toolbar__content pf-m-hidden" hidden=""><div class="pf-v6-c-toolbar__group"></div></div></div><!--astro:end--></astro-island> </div> </header> <astro-island uid="193Wv7" component-url="/_astro/Navigation.B2RHZcqO.js" component-export="Navigation" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;navData&quot;:[1,[[1,[[0,{&quot;id&quot;:[0,&quot;src/components/aboutmodal/examples/aboutmodal&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;About modal&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/accordion/examples/accordion&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Accordion&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/actionlist/examples/actionlist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Action list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/alert/examples/alert&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Alert&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/avatar/examples/avatar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Avatar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backtotop/examples/backtotop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Back to top&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backdrop/examples/backdrop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Backdrop&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/backgroundimage/examples/backgroundimage&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Background image&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/badge/examples/badge&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Badge&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/banner/examples/banner&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Banner&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/brand/examples/brand&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Brand&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/breadcrumb/examples/breadcrumb&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Breadcrumb&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/button/examples/button&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Button&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/calendarmonth/examples/calendarmonth&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Calendar month&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/card/examples/card&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Card&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/checkbox/examples/checkbox&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Checkbox&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/chip/examples/chip&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Chip&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/clipboardcopy/examples/clipboardcopy&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Clipboard copy&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/codeblock/examples/codeblock&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Code block&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/content/examples/content&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Content&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/datalist/examples/datalist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Data list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/datepicker/examples/datepicker&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Date picker&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/descriptionlist/examples/descriptionlist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Description list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/divider/examples/divider&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Divider&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/dragdrop/examples/dragdrop&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Drag and drop&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/drawer/examples/drawer&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Drawer&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/dropdown/examples/dropdown&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dropdown&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/duallistselector/examples/duallistselector&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Dual list selector&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/emptystate/examples/emptystate&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Empty state&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/expandablesection/examples/expandablesection&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Expandable section&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/form/examples/form&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/formselect/examples/formselect&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Form select&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/helpertext/examples/helpertext&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Helper text&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/hint/examples/hint&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Hint&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/icon/examples/icon&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Icon&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/inputgroup/examples/inputgroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Input group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/jumplinks/examples/jumplinks&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Jump links&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/label/examples/label&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Label&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/list/examples/list&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;List&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/loginpage/examples/loginpage&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Login page&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/masthead/examples/masthead&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Masthead&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/menu/examples/menu&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Menu&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/menutoggle/examples/menutoggle&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Menu toggle&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/modal/examples/modal&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Modal&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/multiplefileupload/examples/multiplefileupload&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Multiple file upload&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/nav/examples/nav&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Navigation&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/notificationbadge/examples/notificationbadge&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Notification badge&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/notificationdrawer/examples/notificationdrawer&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Notification drawer&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/numberinput/examples/numberinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Number input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/overflowmenu/examples/overflowmenu&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Overflow menu&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/page/examples/page&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Page&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/pagination/examples/pagination&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Pagination&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/panel/examples/panel&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Panel&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/popover/examples/popover&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Popover&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/progress/examples/progress&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Progress&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/progressstepper/examples/progressstepper&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Progress stepper&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/radio/examples/radio&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Radio&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/searchinput/examples/searchinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Search input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/select/examples/select&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Select&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/sidebar/examples/sidebar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Sidebar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/fileupload/examples/fileupload&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Simple file upload&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/simplelist/examples/simplelist&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Simple list&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/skeleton/examples/skeleton&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Skeleton&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/skiptocontent/examples/skiptocontent&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Skip to content&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/slider/examples/slider&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Slider&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/spinner/examples/spinner&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Spinner&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/switch/examples/switch&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Switch&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/tabs/examples/tabs&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tabs&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textarea/examples/textarea&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text area&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textinput/examples/textinput&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text input&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/textinputgroup/examples/textinputgroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Text input group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/deprecated/components/tile/examples/tile&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tile&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/timepicker/examples/timepicker&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Time picker&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/timestamp/examples/timestamp&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Timestamp&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/title/examples/title&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Title&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/togglegroup/examples/togglegroup&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Toggle group&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/toolbar/examples/toolbar&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Toolbar&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/tooltip/examples/tooltip&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tooltip&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/treeview/examples/treeview&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Tree view&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/truncate/examples/truncate&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Truncate&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}],[0,{&quot;id&quot;:[0,&quot;src/components/wizard/examples/wizard&quot;],&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;Wizard&quot;],&quot;section&quot;:[0,&quot;components&quot;],&quot;sortValue&quot;:[0]}]}]]]]],&quot;data-astro-transition-scope&quot;:[0,&quot;astro-xikxfxwm-3&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;ReactNav&quot;,&quot;value&quot;:&quot;react&quot;}" data-astro-transition-scope="astro-xikxfxwm-3"></astro-island> <div class="pf-v6-c-page__main-container"> <main class="pf-v6-c-page__main"> <section class="pf-v6-c-page__main-section"><div class="pf-v6-c-page__main-body"> <section id="ws-sticky-nav-tabs" class="pf-v6-c-page__main-tabs pf-m-sticky-top"><div class="pf-v6-c-page__main-body"> <div class="pf-v6-c-tabs pf-m-page-insets pf-m-no-border-bottom"> <ul class="pf-v6-c-tabs__list"> <li class="pf-v6-c-tabs__item"> <a class="pf-v6-c-tabs__link" href="/components/page/react"> React </a> </li> </ul> </div> </div></section><section id="main-content" class="pf-v6-c-page__main-section pf-m-fill"><div class="pf-v6-c-page__main-body"> <h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-883" data-pf-content="true" class="pf-v6-c-content--h2">Examples</h2>
46
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-884" data-pf-content="true" class="pf-v6-c-content--h3">Basic page components</h3>
47
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-885" data-pf-content="true" class="pf-v6-c-content--p">A page will typically contain the following components:</p>
48
+ <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-929" data-pf-content="true" class="pf-v6-c-content--ul">
49
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-925" data-pf-content="true" class="pf-v6-c-content--li">A <code>&lt;Page&gt;</code> with a <code>masthead</code> prop that often contains a <a data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-886" data-pf-content="true" class="pf-v6-c-content--a">masthead</a> component</li>
50
50
  </ul>
51
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-960" data-pf-content="true" class="pf-v6-c-content--p">The <code>&lt;MastheadMain&gt;</code> component includes the smaller area that typically contains the <code>&lt;MastheadToggle&gt;</code> and a <code>&lt;MastheadLogo&gt;</code>. <code>&lt;MastheadContent&gt;</code> represents the main portion of the masthead, and will typically contain a <code>&lt;Toolbar&gt;</code> or other menu-like components, like a <code>&lt;Dropdown&gt;</code>.</p>
52
- <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-987" data-pf-content="true" class="pf-v6-c-content--ul">
53
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-961" data-pf-content="true" class="pf-v6-c-content--li">Mastheads contain a <code>&lt;MastheadMain&gt;</code> component, which includes the <code>&lt;MastheadToggle&gt;</code>, a <code>&lt;MastheadLogo&gt;</code>, and the page’s toolbar (via <code>&lt;MastheadContent&gt;</code>.) The <code>&lt;MastheadToggle&gt;</code> component contains a <code>&lt;PageToggleButton&gt;</code>, and the <code>&lt;MastheadLogo&gt;</code> component contains a <code>&lt;MastheadBrand&gt;</code>.</li>
54
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-962" data-pf-content="true" class="pf-v6-c-content--li">1 or more <code>&lt;PageSidebarBody&gt;</code> components inside <code>&lt;PageSidebar&gt;</code> for vertical navigation or other sidebar content</li>
55
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-963" data-pf-content="true" class="pf-v6-c-content--li">1 or more <code>&lt;PageSection&gt;</code> components</li>
51
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-901" data-pf-content="true" class="pf-v6-c-content--p">The <code>&lt;MastheadMain&gt;</code> component includes the smaller area that typically contains the <code>&lt;MastheadToggle&gt;</code> and a <code>&lt;MastheadLogo&gt;</code>. <code>&lt;MastheadContent&gt;</code> represents the main portion of the masthead, and will typically contain a <code>&lt;Toolbar&gt;</code> or other menu-like components, like a <code>&lt;Dropdown&gt;</code>.</p>
52
+ <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-928" data-pf-content="true" class="pf-v6-c-content--ul">
53
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-902" data-pf-content="true" class="pf-v6-c-content--li">Mastheads contain a <code>&lt;MastheadMain&gt;</code> component, which includes the <code>&lt;MastheadToggle&gt;</code>, a <code>&lt;MastheadLogo&gt;</code>, and the page’s toolbar (via <code>&lt;MastheadContent&gt;</code>.) The <code>&lt;MastheadToggle&gt;</code> component contains a <code>&lt;PageToggleButton&gt;</code>, and the <code>&lt;MastheadLogo&gt;</code> component contains a <code>&lt;MastheadBrand&gt;</code>.</li>
54
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-903" data-pf-content="true" class="pf-v6-c-content--li">1 or more <code>&lt;PageSidebarBody&gt;</code> components inside <code>&lt;PageSidebar&gt;</code> for vertical navigation or other sidebar content</li>
55
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-904" data-pf-content="true" class="pf-v6-c-content--li">1 or more <code>&lt;PageSection&gt;</code> components</li>
56
56
  </ul>
57
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-946" data-pf-content="true" class="pf-v6-c-content--h3">Vertical navigation</h3>
58
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-964" data-pf-content="true" class="pf-v6-c-content--p">To add a vertical sidebar to a <code>&lt;Page&gt;</code>, pass a <code>&lt;PageSidebar&gt;</code> component into the <code>sidebar</code> property. To render navigation in the sidebar, pass a <code>&lt;PageSidebarBody&gt;</code> component to <code>&lt;PageSidebar&gt;</code>.</p>
59
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-965" data-pf-content="true" class="pf-v6-c-content--p">The <code>isSidebarOpen</code> property helps facilitate the opening and closing of the sidebar and should be ‘true’ when the sidebar is visible.</p>
57
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-887" data-pf-content="true" class="pf-v6-c-content--h3">Vertical navigation</h3>
58
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-905" data-pf-content="true" class="pf-v6-c-content--p">To add a vertical sidebar to a <code>&lt;Page&gt;</code>, pass a <code>&lt;PageSidebar&gt;</code> component into the <code>sidebar</code> property. To render navigation in the sidebar, pass a <code>&lt;PageSidebarBody&gt;</code> component to <code>&lt;PageSidebar&gt;</code>.</p>
59
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-906" data-pf-content="true" class="pf-v6-c-content--p">The <code>isSidebarOpen</code> property helps facilitate the opening and closing of the sidebar and should be ‘true’ when the sidebar is visible.</p>
60
60
 
61
61
  <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).only=e;window.dispatchEvent(new Event("astro:only"));})();</script><script>(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><astro-island uid="1eB1Tc" component-url="/_astro/LiveExample.B5R4Dzng.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0,&quot;import { useState } from &#39;react&#39;;\nimport {\n Page,\n Masthead,\n MastheadMain,\n MastheadToggle,\n MastheadBrand,\n MastheadLogo,\n MastheadContent,\n PageSidebar,\n PageSidebarBody,\n PageSection,\n PageToggleButton,\n Toolbar,\n ToolbarContent,\n ToolbarItem\n} from &#39;@patternfly/react-core&#39;;\nimport BarsIcon from &#39;@patternfly/react-icons/dist/esm/icons/bars-icon&#39;;\n\nexport const PageVerticalNav: React.FunctionComponent = () =&gt; {\n const [isSidebarOpen, setIsSidebarOpen] = useState(true);\n\n const onSidebarToggle = () =&gt; {\n setIsSidebarOpen(!isSidebarOpen);\n };\n\n const headerToolbar = (\n &lt;Toolbar id=\&quot;vertical-toolbar\&quot;&gt;\n &lt;ToolbarContent&gt;\n &lt;ToolbarItem&gt;header-tools&lt;/ToolbarItem&gt;\n &lt;/ToolbarContent&gt;\n &lt;/Toolbar&gt;\n );\n\n const masthead = (\n &lt;Masthead&gt;\n &lt;MastheadMain&gt;\n &lt;MastheadToggle&gt;\n &lt;PageToggleButton\n variant=\&quot;plain\&quot;\n aria-label=\&quot;Global navigation\&quot;\n isSidebarOpen={isSidebarOpen}\n onSidebarToggle={onSidebarToggle}\n id=\&quot;vertical-nav-toggle\&quot;\n &gt;\n &lt;BarsIcon /&gt;\n &lt;/PageToggleButton&gt;\n &lt;/MastheadToggle&gt;\n &lt;MastheadBrand&gt;\n &lt;MastheadLogo href=\&quot;https://patternfly.org\&quot; target=\&quot;_blank\&quot;&gt;\n Logo\n &lt;/MastheadLogo&gt;\n &lt;/MastheadBrand&gt;\n &lt;/MastheadMain&gt;\n &lt;MastheadContent&gt;{headerToolbar}&lt;/MastheadContent&gt;\n &lt;/Masthead&gt;\n );\n\n const sidebar = (\n &lt;PageSidebar isSidebarOpen={isSidebarOpen} id=\&quot;vertical-sidebar\&quot;&gt;\n &lt;PageSidebarBody&gt;Navigation&lt;/PageSidebarBody&gt;\n &lt;/PageSidebar&gt;\n );\n\n return (\n &lt;Page masthead={masthead} sidebar={sidebar}&gt;\n &lt;PageSection&gt;Section 1&lt;/PageSection&gt;\n &lt;PageSection variant=\&quot;secondary\&quot;&gt;Section 2 with secondary variant styling&lt;/PageSection&gt;\n &lt;PageSection&gt;Section 3&lt;/PageSection&gt;\n &lt;/Page&gt;\n );\n};\n&quot;],&quot;html&quot;:[0]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
62
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-947" data-pf-content="true" class="pf-v6-c-content--h3">Multiple sidebar body</h3>
63
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-966" data-pf-content="true" class="pf-v6-c-content--p">You can have multiple <code>&lt;PageSidebarBody&gt;</code> components inside the <code>&lt;PageSidebar&gt;</code> for more customization. You can modify the <code>&lt;PageSidebarBody&gt;</code> further by passing the following properties:</p>
64
- <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-985" data-pf-content="true" class="pf-v6-c-content--ul">
65
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-967" data-pf-content="true" class="pf-v6-c-content--li"><code>usePageInsets</code> will modify the component’s insets to match page insets</li>
66
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-968" data-pf-content="true" class="pf-v6-c-content--li"><code>isFilled={true}</code> will cause the component to grow to fill the available vertical space</li>
67
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-969" data-pf-content="true" class="pf-v6-c-content--li"><code>isFilled={false}</code> will cause the component to <strong>not</strong> grow to fill the available vertical space</li>
62
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-888" data-pf-content="true" class="pf-v6-c-content--h3">Multiple sidebar body</h3>
63
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-907" data-pf-content="true" class="pf-v6-c-content--p">You can have multiple <code>&lt;PageSidebarBody&gt;</code> components inside the <code>&lt;PageSidebar&gt;</code> for more customization. You can modify the <code>&lt;PageSidebarBody&gt;</code> further by passing the following properties:</p>
64
+ <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-926" data-pf-content="true" class="pf-v6-c-content--ul">
65
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-908" data-pf-content="true" class="pf-v6-c-content--li"><code>usePageInsets</code> will modify the component’s insets to match page insets</li>
66
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-909" data-pf-content="true" class="pf-v6-c-content--li"><code>isFilled={true}</code> will cause the component to grow to fill the available vertical space</li>
67
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-910" data-pf-content="true" class="pf-v6-c-content--li"><code>isFilled={false}</code> will cause the component to <strong>not</strong> grow to fill the available vertical space</li>
68
68
  </ul>
69
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-970" data-pf-content="true" class="pf-v6-c-content--p">By default, the last <code>&lt;PageSidebarBody&gt;</code> will grow to fill the available vertical space. This can be changed by passing <code>isFilled={false}</code> as demonstrated in the following example.</p>
69
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-911" data-pf-content="true" class="pf-v6-c-content--p">By default, the last <code>&lt;PageSidebarBody&gt;</code> will grow to fill the available vertical space. This can be changed by passing <code>isFilled={false}</code> as demonstrated in the following example.</p>
70
70
 
71
71
  <astro-island uid="ZrURJO" component-url="/_astro/LiveExample.B5R4Dzng.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0,&quot;import { useState } from &#39;react&#39;;\nimport {\n Page,\n Masthead,\n MastheadMain,\n MastheadToggle,\n MastheadBrand,\n MastheadLogo,\n MastheadContent,\n PageSidebar,\n PageSidebarBody,\n PageSection,\n PageToggleButton,\n Toolbar,\n ToolbarContent,\n ToolbarItem\n} from &#39;@patternfly/react-core&#39;;\nimport BarsIcon from &#39;@patternfly/react-icons/dist/esm/icons/bars-icon&#39;;\n\nexport const PageMultipleSidebarBody: React.FunctionComponent = () =&gt; {\n const [isSidebarOpen, setIsSidebarOpen] = useState(true);\n\n const onSidebarToggle = () =&gt; {\n setIsSidebarOpen(!isSidebarOpen);\n };\n\n const headerToolbar = (\n &lt;Toolbar id=\&quot;multiple-sidebar-body-toolbar\&quot;&gt;\n &lt;ToolbarContent&gt;\n &lt;ToolbarItem&gt;header-tools&lt;/ToolbarItem&gt;\n &lt;/ToolbarContent&gt;\n &lt;/Toolbar&gt;\n );\n\n const masthead = (\n &lt;Masthead&gt;\n &lt;MastheadMain&gt;\n &lt;MastheadToggle&gt;\n &lt;PageToggleButton\n variant=\&quot;plain\&quot;\n aria-label=\&quot;Global navigation\&quot;\n isSidebarOpen={isSidebarOpen}\n onSidebarToggle={onSidebarToggle}\n id=\&quot;multiple-sidebar-body-nav-toggle\&quot;\n &gt;\n &lt;BarsIcon /&gt;\n &lt;/PageToggleButton&gt;\n &lt;/MastheadToggle&gt;\n &lt;MastheadBrand&gt;\n &lt;MastheadLogo href=\&quot;https://patternfly.org\&quot; target=\&quot;_blank\&quot;&gt;\n Logo\n &lt;/MastheadLogo&gt;\n &lt;/MastheadBrand&gt;\n &lt;/MastheadMain&gt;\n &lt;MastheadContent&gt;{headerToolbar}&lt;/MastheadContent&gt;\n &lt;/Masthead&gt;\n );\n\n const sidebar = (\n &lt;PageSidebar isSidebarOpen={isSidebarOpen} id=\&quot;multiple-sidebar-body-sidebar\&quot;&gt;\n &lt;PageSidebarBody isContextSelector&gt;\n First sidebar body (for a context selector/perspective switcher)\n &lt;/PageSidebarBody&gt;\n &lt;PageSidebarBody usePageInsets&gt;Second sidebar body (with insets)&lt;/PageSidebarBody&gt;\n &lt;PageSidebarBody isFilled={true}&gt;Third sidebar body (with fill)&lt;/PageSidebarBody&gt;\n &lt;PageSidebarBody isFilled={false} usePageInsets&gt;\n Fourth sidebar body (with insets and no fill)\n &lt;/PageSidebarBody&gt;\n &lt;/PageSidebar&gt;\n );\n\n return (\n &lt;Page masthead={masthead} sidebar={sidebar}&gt;\n &lt;PageSection&gt;Section 1&lt;/PageSection&gt;\n &lt;PageSection&gt;Section 2&lt;/PageSection&gt;\n &lt;PageSection&gt;Section 3&lt;/PageSection&gt;\n &lt;/Page&gt;\n );\n};\n&quot;],&quot;html&quot;:[0]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
72
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-948" data-pf-content="true" class="pf-v6-c-content--h3">Horizontal navigation</h3>
73
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-971" data-pf-content="true" class="pf-v6-c-content--p">To add horizontal navigation to the top of a <code>&lt;Page&gt;</code>, add the navigation inside of a <code>&lt;ToolbarItem&gt;</code> in the <code>&lt;Toolbar&gt;</code> that is passed to the <code>&lt;MastheadContent&gt;</code> of the <code>&lt;Masthead&gt;</code>.</p>
72
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-889" data-pf-content="true" class="pf-v6-c-content--h3">Horizontal navigation</h3>
73
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-912" data-pf-content="true" class="pf-v6-c-content--p">To add horizontal navigation to the top of a <code>&lt;Page&gt;</code>, add the navigation inside of a <code>&lt;ToolbarItem&gt;</code> in the <code>&lt;Toolbar&gt;</code> that is passed to the <code>&lt;MastheadContent&gt;</code> of the <code>&lt;Masthead&gt;</code>.</p>
74
74
 
75
75
  <astro-island uid="1wYTEm" component-url="/_astro/LiveExample.B5R4Dzng.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0,&quot;import {\n Page,\n Masthead,\n MastheadMain,\n MastheadBrand,\n MastheadLogo,\n MastheadContent,\n PageSection,\n Toolbar,\n ToolbarContent,\n ToolbarItem\n} from &#39;@patternfly/react-core&#39;;\n\nexport const PageHorizontalNav: React.FunctionComponent = () =&gt; {\n const headerToolbar = (\n &lt;Toolbar id=\&quot;horizontal-toolbar\&quot;&gt;\n &lt;ToolbarContent&gt;\n &lt;ToolbarItem&gt;Navigation&lt;/ToolbarItem&gt;\n &lt;ToolbarItem&gt;header-tools&lt;/ToolbarItem&gt;\n &lt;/ToolbarContent&gt;\n &lt;/Toolbar&gt;\n );\n\n const masthead = (\n &lt;Masthead inset={{ default: &#39;insetXs&#39; }}&gt;\n &lt;MastheadMain&gt;\n &lt;MastheadBrand&gt;\n &lt;MastheadLogo href=\&quot;https://patternfly.org\&quot; target=\&quot;_blank\&quot;&gt;\n Logo\n &lt;/MastheadLogo&gt;\n &lt;/MastheadBrand&gt;\n &lt;/MastheadMain&gt;\n &lt;MastheadContent&gt;{headerToolbar}&lt;/MastheadContent&gt;\n &lt;/Masthead&gt;\n );\n\n return (\n &lt;Page masthead={masthead}&gt;\n &lt;PageSection&gt;Section 1&lt;/PageSection&gt;\n &lt;PageSection variant=\&quot;secondary\&quot;&gt;Section 2 with secondary variant styling&lt;/PageSection&gt;\n &lt;PageSection&gt;Section 3&lt;/PageSection&gt;\n &lt;/Page&gt;\n );\n};\n&quot;],&quot;html&quot;:[0]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
76
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-949" data-pf-content="true" class="pf-v6-c-content--h3">Uncontrolled navigation</h3>
77
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-972" data-pf-content="true" class="pf-v6-c-content--p">When the <code>isManagedSidebar</code> property is true, it manages the sidebar open/close state, removing the need to pass both <code>isSidebarOpen</code> into the <code>&lt;PageSidebar&gt;</code> and <code>onSidebarToggle</code> into the <code>&lt;PageToggleButton&gt;</code>.</p>
76
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-890" data-pf-content="true" class="pf-v6-c-content--h3">Uncontrolled navigation</h3>
77
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-913" data-pf-content="true" class="pf-v6-c-content--p">When the <code>isManagedSidebar</code> property is true, it manages the sidebar open/close state, removing the need to pass both <code>isSidebarOpen</code> into the <code>&lt;PageSidebar&gt;</code> and <code>onSidebarToggle</code> into the <code>&lt;PageToggleButton&gt;</code>.</p>
78
78
 
79
79
  <astro-island uid="1g1xAk" component-url="/_astro/LiveExample.B5R4Dzng.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0,&quot;import {\n Page,\n Masthead,\n MastheadMain,\n MastheadToggle,\n MastheadBrand,\n MastheadLogo,\n MastheadContent,\n PageSidebar,\n PageSidebarBody,\n PageSection,\n PageToggleButton,\n Toolbar,\n ToolbarContent,\n ToolbarItem\n} from &#39;@patternfly/react-core&#39;;\nimport BarsIcon from &#39;@patternfly/react-icons/dist/esm/icons/bars-icon&#39;;\n\nexport const PageUncontrolledNav: React.FunctionComponent = () =&gt; {\n const headerToolbar = (\n &lt;Toolbar id=\&quot;uncontrolled-toolbar\&quot;&gt;\n &lt;ToolbarContent&gt;\n &lt;ToolbarItem&gt;header-tools&lt;/ToolbarItem&gt;\n &lt;/ToolbarContent&gt;\n &lt;/Toolbar&gt;\n );\n\n const masthead = (\n &lt;Masthead&gt;\n &lt;MastheadMain&gt;\n &lt;MastheadToggle&gt;\n &lt;PageToggleButton variant=\&quot;plain\&quot; aria-label=\&quot;Global navigation\&quot; id=\&quot;uncontrolled-nav-toggle\&quot;&gt;\n &lt;BarsIcon /&gt;\n &lt;/PageToggleButton&gt;\n &lt;/MastheadToggle&gt;\n &lt;MastheadBrand&gt;\n &lt;MastheadLogo href=\&quot;https://patternfly.org\&quot; target=\&quot;_blank\&quot;&gt;\n Logo\n &lt;/MastheadLogo&gt;\n &lt;/MastheadBrand&gt;\n &lt;/MastheadMain&gt;\n &lt;MastheadContent&gt;{headerToolbar}&lt;/MastheadContent&gt;\n &lt;/Masthead&gt;\n );\n\n const sidebar = (\n &lt;PageSidebar id=\&quot;uncontrolled-sidebar\&quot;&gt;\n &lt;PageSidebarBody&gt;Navigation&lt;/PageSidebarBody&gt;\n &lt;/PageSidebar&gt;\n );\n\n return (\n &lt;Page isManagedSidebar masthead={masthead} sidebar={sidebar}&gt;\n &lt;PageSection&gt;Section 1&lt;/PageSection&gt;\n &lt;PageSection&gt;Section 2&lt;/PageSection&gt;\n &lt;PageSection&gt;Section 3&lt;/PageSection&gt;\n &lt;/Page&gt;\n );\n};\n&quot;],&quot;html&quot;:[0]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
80
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-950" data-pf-content="true" class="pf-v6-c-content--h3">Filled page sections</h3>
81
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-951" data-pf-content="true" class="pf-v6-c-content--p">By default, page sections will not expand to fill in the available vertical space in a page.</p>
82
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-973" data-pf-content="true" class="pf-v6-c-content--p">To change this default behavior, pass <code>isContentFilled</code> to the <code>&lt;Page&gt;</code> component and <code>isFilled={true}</code> to any child <code>&lt;PageSection&gt;</code> or <code>&lt;PageGroup&gt;</code> component that you want to fill the space. If multiple components are set to fill, then the available space will be split equally between them.</p>
80
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-891" data-pf-content="true" class="pf-v6-c-content--h3">Filled page sections</h3>
81
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-892" data-pf-content="true" class="pf-v6-c-content--p">By default, page sections will not expand to fill in the available vertical space in a page.</p>
82
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-914" data-pf-content="true" class="pf-v6-c-content--p">To change this default behavior, pass <code>isContentFilled</code> to the <code>&lt;Page&gt;</code> component and <code>isFilled={true}</code> to any child <code>&lt;PageSection&gt;</code> or <code>&lt;PageGroup&gt;</code> component that you want to fill the space. If multiple components are set to fill, then the available space will be split equally between them.</p>
83
83
 
84
84
  <astro-island uid="ux5n8" component-url="/_astro/LiveExample.B5R4Dzng.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0,&quot;import { useState } from &#39;react&#39;;\nimport {\n Page,\n Masthead,\n MastheadMain,\n MastheadToggle,\n MastheadBrand,\n MastheadLogo,\n MastheadContent,\n PageSidebar,\n PageSidebarBody,\n PageSection,\n PageToggleButton,\n Toolbar,\n ToolbarContent,\n ToolbarItem\n} from &#39;@patternfly/react-core&#39;;\nimport BarsIcon from &#39;@patternfly/react-icons/dist/esm/icons/bars-icon&#39;;\n\nexport const PageWithOrWithoutFill: React.FunctionComponent = () =&gt; {\n const [isSidebarOpen, setIsSidebarOpen] = useState(true);\n\n const onSidebarToggle = () =&gt; {\n setIsSidebarOpen(!isSidebarOpen);\n };\n\n const headerToolbar = (\n &lt;Toolbar id=\&quot;fill-toolbar\&quot;&gt;\n &lt;ToolbarContent&gt;\n &lt;ToolbarItem&gt;header-tools&lt;/ToolbarItem&gt;\n &lt;/ToolbarContent&gt;\n &lt;/Toolbar&gt;\n );\n\n const masthead = (\n &lt;Masthead&gt;\n &lt;MastheadMain&gt;\n &lt;MastheadToggle&gt;\n &lt;PageToggleButton\n variant=\&quot;plain\&quot;\n aria-label=\&quot;Global navigation\&quot;\n isSidebarOpen={isSidebarOpen}\n onSidebarToggle={onSidebarToggle}\n id=\&quot;fill-nav-toggle\&quot;\n &gt;\n &lt;BarsIcon /&gt;\n &lt;/PageToggleButton&gt;\n &lt;/MastheadToggle&gt;\n &lt;MastheadBrand&gt;\n &lt;MastheadLogo href=\&quot;https://patternfly.org\&quot; target=\&quot;_blank\&quot;&gt;\n Logo\n &lt;/MastheadLogo&gt;\n &lt;/MastheadBrand&gt;\n &lt;/MastheadMain&gt;\n &lt;MastheadContent&gt;{headerToolbar}&lt;/MastheadContent&gt;\n &lt;/Masthead&gt;\n );\n\n const sidebar = (\n &lt;PageSidebar isSidebarOpen={isSidebarOpen} id=\&quot;fill-sidebar\&quot;&gt;\n &lt;PageSidebarBody&gt;Navigation&lt;/PageSidebarBody&gt;\n &lt;/PageSidebar&gt;\n );\n\n return (\n &lt;Page isContentFilled masthead={masthead} sidebar={sidebar}&gt;\n &lt;PageSection&gt;A default page section&lt;/PageSection&gt;\n &lt;PageSection isFilled={true} variant=\&quot;secondary\&quot;&gt;\n This section fills the available space.\n &lt;/PageSection&gt;\n &lt;PageSection&gt;A default page section&lt;/PageSection&gt;\n &lt;/Page&gt;\n );\n};\n&quot;],&quot;html&quot;:[0]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
85
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-952" data-pf-content="true" class="pf-v6-c-content--h3">Main section padding</h3>
86
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-974" data-pf-content="true" class="pf-v6-c-content--p">To adjust the padding of a <code>&lt;PageSection&gt;</code>, you can pass in different values to the <code>padding</code> property. These values should be aligned to a specific breakpoint: ‘default’, ‘sm’, ‘md’, ‘lg’, ‘xl’, and ‘2xl’. Each breakpoint passed into the property should be given a value of either ‘padding’ or ‘noPadding’.</p>
87
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-953" data-pf-content="true" class="pf-v6-c-content--p">As the page’s viewport width increases, breakpoints inherit the padding behavior of the previous breakpoint. For example, padding that is set on ‘lg’ also applies to ‘xl’ and ‘2xl’.</p>
88
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-975" data-pf-content="true" class="pf-v6-c-content--p">To remove padding entirely, pass ‘noPadding’ to the <code>default</code> breakpoint. For example, the second section in this example passes in <code>padding={{ default: &#39;noPadding&#39; }}</code>. Since no specific breakpoints are mentioned, every breakpoint will have ‘noPadding’.</p>
89
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-976" data-pf-content="true" class="pf-v6-c-content--p">To add padding at specific breakpoints, pass in “padding” at those breakpoints. For example, the third section in this example passes in <code>padding={{ default: &#39;noPadding&#39;, md: &#39;padding&#39; }}</code>. At ‘md’, ‘lg’, ‘xl’, and ‘2xl’ breakpoints, the default value will be overwritten, and padding will be added.</p>
90
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-977" data-pf-content="true" class="pf-v6-c-content--p">To remove padding at specific breakpoints, pass in ‘noPadding’ at those breakpoints. For example, the fourth section in this example passes in <code>padding={{ md: &#39;noPadding&#39; }}</code>, which means that ‘md’, ‘lg’ ‘xl’, and ‘2xl’ breakpoints will have <code>noPadding</code>.</p>
85
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-893" data-pf-content="true" class="pf-v6-c-content--h3">Main section padding</h3>
86
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-915" data-pf-content="true" class="pf-v6-c-content--p">To adjust the padding of a <code>&lt;PageSection&gt;</code>, you can pass in different values to the <code>padding</code> property. These values should be aligned to a specific breakpoint: ‘default’, ‘sm’, ‘md’, ‘lg’, ‘xl’, and ‘2xl’. Each breakpoint passed into the property should be given a value of either ‘padding’ or ‘noPadding’.</p>
87
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-894" data-pf-content="true" class="pf-v6-c-content--p">As the page’s viewport width increases, breakpoints inherit the padding behavior of the previous breakpoint. For example, padding that is set on ‘lg’ also applies to ‘xl’ and ‘2xl’.</p>
88
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-916" data-pf-content="true" class="pf-v6-c-content--p">To remove padding entirely, pass ‘noPadding’ to the <code>default</code> breakpoint. For example, the second section in this example passes in <code>padding={{ default: &#39;noPadding&#39; }}</code>. Since no specific breakpoints are mentioned, every breakpoint will have ‘noPadding’.</p>
89
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-917" data-pf-content="true" class="pf-v6-c-content--p">To add padding at specific breakpoints, pass in “padding” at those breakpoints. For example, the third section in this example passes in <code>padding={{ default: &#39;noPadding&#39;, md: &#39;padding&#39; }}</code>. At ‘md’, ‘lg’, ‘xl’, and ‘2xl’ breakpoints, the default value will be overwritten, and padding will be added.</p>
90
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-918" data-pf-content="true" class="pf-v6-c-content--p">To remove padding at specific breakpoints, pass in ‘noPadding’ at those breakpoints. For example, the fourth section in this example passes in <code>padding={{ md: &#39;noPadding&#39; }}</code>, which means that ‘md’, ‘lg’ ‘xl’, and ‘2xl’ breakpoints will have <code>noPadding</code>.</p>
91
91
 
92
92
  <astro-island uid="Z2b1Bst" component-url="/_astro/LiveExample.B5R4Dzng.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0,&quot;import { useState } from &#39;react&#39;;\nimport {\n Page,\n Masthead,\n MastheadMain,\n MastheadToggle,\n MastheadBrand,\n MastheadLogo,\n MastheadContent,\n PageSidebar,\n PageSidebarBody,\n PageSection,\n PageToggleButton,\n Toolbar,\n ToolbarContent,\n ToolbarItem\n} from &#39;@patternfly/react-core&#39;;\nimport BarsIcon from &#39;@patternfly/react-icons/dist/esm/icons/bars-icon&#39;;\n\nexport const PageMainSectionPadding: React.FunctionComponent = () =&gt; {\n const [isSidebarOpen, setIsSidebarOpen] = useState(true);\n\n const onSidebarToggle = () =&gt; {\n setIsSidebarOpen(!isSidebarOpen);\n };\n\n const headerToolbar = (\n &lt;Toolbar id=\&quot;main-padding-toolbar\&quot;&gt;\n &lt;ToolbarContent&gt;\n &lt;ToolbarItem&gt;header-tools&lt;/ToolbarItem&gt;\n &lt;/ToolbarContent&gt;\n &lt;/Toolbar&gt;\n );\n\n const masthead = (\n &lt;Masthead&gt;\n &lt;MastheadMain&gt;\n &lt;MastheadToggle&gt;\n &lt;PageToggleButton\n variant=\&quot;plain\&quot;\n aria-label=\&quot;Global navigation\&quot;\n isSidebarOpen={isSidebarOpen}\n onSidebarToggle={onSidebarToggle}\n id=\&quot;main-padding-nav-toggle\&quot;\n &gt;\n &lt;BarsIcon /&gt;\n &lt;/PageToggleButton&gt;\n &lt;/MastheadToggle&gt;\n &lt;MastheadBrand&gt;\n &lt;MastheadLogo href=\&quot;https://patternfly.org\&quot; target=\&quot;_blank\&quot;&gt;\n Logo\n &lt;/MastheadLogo&gt;\n &lt;/MastheadBrand&gt;\n &lt;/MastheadMain&gt;\n &lt;MastheadContent&gt;{headerToolbar}&lt;/MastheadContent&gt;\n &lt;/Masthead&gt;\n );\n\n const sidebar = (\n &lt;PageSidebar isSidebarOpen={isSidebarOpen} id=\&quot;main-padding-sidebar\&quot;&gt;\n &lt;PageSidebarBody&gt;Navigation&lt;/PageSidebarBody&gt;\n &lt;/PageSidebar&gt;\n );\n\n return (\n &lt;Page masthead={masthead} sidebar={sidebar}&gt;\n &lt;PageSection&gt;Section with default padding&lt;/PageSection&gt;\n &lt;PageSection padding={{ default: &#39;noPadding&#39; }}&gt;Section with no padding&lt;/PageSection&gt;\n &lt;PageSection padding={{ default: &#39;noPadding&#39;, md: &#39;padding&#39; }}&gt;Section with padding on medium&lt;/PageSection&gt;\n &lt;PageSection padding={{ md: &#39;noPadding&#39; }}&gt;Section with no padding on medium&lt;/PageSection&gt;\n &lt;/Page&gt;\n );\n};\n&quot;],&quot;html&quot;:[0]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
93
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-954" data-pf-content="true" class="pf-v6-c-content--h3">Main section variations</h3>
94
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-955" data-pf-content="true" class="pf-v6-c-content--p">This example shows all types of page sections.</p>
93
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-895" data-pf-content="true" class="pf-v6-c-content--h3">Main section variations</h3>
94
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-896" data-pf-content="true" class="pf-v6-c-content--p">This example shows all types of page sections.</p>
95
95
 
96
96
  <astro-island uid="Z154fza" component-url="/_astro/LiveExample.B5R4Dzng.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0,&quot;import { useState } from &#39;react&#39;;\nimport {\n Page,\n Masthead,\n MastheadMain,\n MastheadToggle,\n MastheadBrand,\n MastheadLogo,\n MastheadContent,\n PageSidebar,\n PageSidebarBody,\n PageSection,\n PageToggleButton,\n Toolbar,\n ToolbarContent,\n ToolbarItem\n} from &#39;@patternfly/react-core&#39;;\nimport BarsIcon from &#39;@patternfly/react-icons/dist/esm/icons/bars-icon&#39;;\n\nexport const PageMainSectionPadding: React.FunctionComponent = () =&gt; {\n const [isSidebarOpen, setIsSidebarOpen] = useState(true);\n\n const onSidebarToggle = () =&gt; {\n setIsSidebarOpen(!isSidebarOpen);\n };\n\n const headerToolbar = (\n &lt;Toolbar id=\&quot;main-variations-toolbar\&quot;&gt;\n &lt;ToolbarContent&gt;\n &lt;ToolbarItem&gt;header-tools&lt;/ToolbarItem&gt;\n &lt;/ToolbarContent&gt;\n &lt;/Toolbar&gt;\n );\n\n const header = (\n &lt;Masthead&gt;\n &lt;MastheadMain&gt;\n &lt;MastheadToggle&gt;\n &lt;PageToggleButton\n variant=\&quot;plain\&quot;\n aria-label=\&quot;Global navigation\&quot;\n isSidebarOpen={isSidebarOpen}\n onSidebarToggle={onSidebarToggle}\n id=\&quot;main-variations-nav-toggle\&quot;\n &gt;\n &lt;BarsIcon /&gt;\n &lt;/PageToggleButton&gt;\n &lt;/MastheadToggle&gt;\n &lt;MastheadBrand&gt;\n &lt;MastheadLogo href=\&quot;https://patternfly.org\&quot; target=\&quot;_blank\&quot;&gt;\n Logo\n &lt;/MastheadLogo&gt;\n &lt;/MastheadBrand&gt;\n &lt;/MastheadMain&gt;\n &lt;MastheadContent&gt;{headerToolbar}&lt;/MastheadContent&gt;\n &lt;/Masthead&gt;\n );\n\n const sidebar = (\n &lt;PageSidebar isSidebarOpen={isSidebarOpen} id=\&quot;main-variations-sidebar\&quot;&gt;\n &lt;PageSidebarBody&gt;Navigation&lt;/PageSidebarBody&gt;\n &lt;/PageSidebar&gt;\n );\n\n return (\n &lt;Page header={header} sidebar={sidebar}&gt;\n &lt;PageSection type=\&quot;subnav\&quot;&gt;\n Section with &lt;code&gt;type=\&quot;subnav\&quot;&lt;/code&gt; for horizontal subnav navigation\n &lt;/PageSection&gt;\n &lt;PageSection type=\&quot;nav\&quot;&gt;\n Section with &lt;code&gt;type=\&quot;nav\&quot;&lt;/code&gt; for tertiary navigation\n &lt;/PageSection&gt;\n &lt;PageSection type=\&quot;tabs\&quot;&gt;\n Section with &lt;code&gt;type=\&quot;tabs\&quot;&lt;/code&gt; for tabs\n &lt;/PageSection&gt;\n &lt;PageSection type=\&quot;breadcrumb\&quot;&gt;\n Section with &lt;code&gt;type=\&quot;breadcrumb\&quot;&lt;/code&gt; for breadcrumbs\n &lt;/PageSection&gt;\n &lt;PageSection&gt;\n Section without &lt;code&gt;type&lt;/code&gt; prop or &lt;code&gt;type=\&quot;default\&quot;&lt;/code&gt; for main sections\n &lt;/PageSection&gt;\n &lt;PageSection type=\&quot;wizard\&quot;&gt;\n Section with &lt;code&gt;type=\&quot;wizard\&quot;&lt;/code&gt; for wizards\n &lt;/PageSection&gt;\n &lt;/Page&gt;\n );\n};\n&quot;],&quot;html&quot;:[0]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
97
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-956" data-pf-content="true" class="pf-v6-c-content--h3">Group section</h3>
98
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-978" data-pf-content="true" class="pf-v6-c-content--p">To group page content sections, add 1 or more <code>&lt;PageGroup&gt;</code> components to a <code>&lt;Page&gt;</code>.</p>
99
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-979" data-pf-content="true" class="pf-v6-c-content--p">The following example adds a group containing <code>&lt;PageBreadcrumb&gt;</code> and <code>&lt;PageSection&gt;</code> components.</p>
100
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-957" data-pf-content="true" class="pf-v6-c-content--p">To add additional components and information to a group, you may use the following properties:</p>
101
- <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-986" data-pf-content="true" class="pf-v6-c-content--ul">
102
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-980" data-pf-content="true" class="pf-v6-c-content--li">To indicate that a breadcrumb should be in a group, use <code>isBreadcrumbGrouped</code>.</li>
103
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-981" data-pf-content="true" class="pf-v6-c-content--li">To indicate that horizontal sub navigation should be in a group, use <code>isHorizontalSubnavGrouped</code>.</li>
104
- <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-982" data-pf-content="true" class="pf-v6-c-content--li">To specify additional group content, use <code>additionalGroupedContent</code>.</li>
97
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-897" data-pf-content="true" class="pf-v6-c-content--h3">Group section</h3>
98
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-919" data-pf-content="true" class="pf-v6-c-content--p">To group page content sections, add 1 or more <code>&lt;PageGroup&gt;</code> components to a <code>&lt;Page&gt;</code>.</p>
99
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-920" data-pf-content="true" class="pf-v6-c-content--p">The following example adds a group containing <code>&lt;PageBreadcrumb&gt;</code> and <code>&lt;PageSection&gt;</code> components.</p>
100
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-898" data-pf-content="true" class="pf-v6-c-content--p">To add additional components and information to a group, you may use the following properties:</p>
101
+ <ul data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-927" data-pf-content="true" class="pf-v6-c-content--ul">
102
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-921" data-pf-content="true" class="pf-v6-c-content--li">To indicate that a breadcrumb should be in a group, use <code>isBreadcrumbGrouped</code>.</li>
103
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-922" data-pf-content="true" class="pf-v6-c-content--li">To indicate that horizontal sub navigation should be in a group, use <code>isHorizontalSubnavGrouped</code>.</li>
104
+ <li data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-923" data-pf-content="true" class="pf-v6-c-content--li">To specify additional group content, use <code>additionalGroupedContent</code>.</li>
105
105
  </ul>
106
106
 
107
107
  <astro-island uid="2i8jAc" component-url="/_astro/LiveExample.B5R4Dzng.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0,&quot;import { useState } from &#39;react&#39;;\nimport {\n Page,\n Masthead,\n MastheadMain,\n MastheadToggle,\n MastheadBrand,\n MastheadLogo,\n MastheadContent,\n PageSidebar,\n PageSidebarBody,\n PageSection,\n PageGroup,\n PageBreadcrumb,\n PageToggleButton,\n Breadcrumb,\n BreadcrumbItem,\n Nav,\n NavList,\n NavItem,\n Toolbar,\n ToolbarContent,\n ToolbarItem\n} from &#39;@patternfly/react-core&#39;;\nimport BarsIcon from &#39;@patternfly/react-icons/dist/esm/icons/bars-icon&#39;;\n\nexport const PageGroupSection: React.FunctionComponent = () =&gt; {\n const [isSidebarOpen, setIsSidebarOpen] = useState(true);\n\n const onSidebarToggle = () =&gt; {\n setIsSidebarOpen(!isSidebarOpen);\n };\n\n const headerToolbar = (\n &lt;Toolbar id=\&quot;group-section-toolbar\&quot;&gt;\n &lt;ToolbarContent&gt;\n &lt;ToolbarItem&gt;header-tools&lt;/ToolbarItem&gt;\n &lt;/ToolbarContent&gt;\n &lt;/Toolbar&gt;\n );\n\n const masthead = (\n &lt;Masthead&gt;\n &lt;MastheadMain&gt;\n &lt;MastheadToggle&gt;\n &lt;PageToggleButton\n variant=\&quot;plain\&quot;\n aria-label=\&quot;Global navigation\&quot;\n isSidebarOpen={isSidebarOpen}\n onSidebarToggle={onSidebarToggle}\n id=\&quot;group-section-nav-toggle\&quot;\n &gt;\n &lt;BarsIcon /&gt;\n &lt;/PageToggleButton&gt;\n &lt;/MastheadToggle&gt;\n &lt;MastheadBrand&gt;\n &lt;MastheadLogo href=\&quot;https://patternfly.org\&quot; target=\&quot;_blank\&quot;&gt;\n Logo\n &lt;/MastheadLogo&gt;\n &lt;/MastheadBrand&gt;\n &lt;/MastheadMain&gt;\n &lt;MastheadContent&gt;{headerToolbar}&lt;/MastheadContent&gt;\n &lt;/Masthead&gt;\n );\n\n const sidebar = (\n &lt;PageSidebar isSidebarOpen={isSidebarOpen} id=\&quot;group-section-sidebar\&quot;&gt;\n &lt;PageSidebarBody&gt;Navigation&lt;/PageSidebarBody&gt;\n &lt;/PageSidebar&gt;\n );\n\n return (\n &lt;Page masthead={masthead} sidebar={sidebar}&gt;\n &lt;PageGroup&gt;\n &lt;Nav aria-label=\&quot;Group section navigation\&quot; variant=\&quot;horizontal-subnav\&quot;&gt;\n &lt;NavList&gt;\n &lt;NavItem href=\&quot;#\&quot; itemId={0} isActive&gt;\n System panel\n &lt;/NavItem&gt;\n &lt;NavItem href=\&quot;#\&quot; itemId={1}&gt;\n Policy\n &lt;/NavItem&gt;\n &lt;NavItem href=\&quot;#\&quot; itemId={2}&gt;\n Authentication\n &lt;/NavItem&gt;\n &lt;NavItem href=\&quot;#\&quot; itemId={3}&gt;\n Network services\n &lt;/NavItem&gt;\n &lt;NavItem href=\&quot;#\&quot; itemId={4}&gt;\n Server\n &lt;/NavItem&gt;\n &lt;/NavList&gt;\n &lt;/Nav&gt;\n &lt;PageBreadcrumb&gt;\n &lt;Breadcrumb&gt;\n &lt;BreadcrumbItem&gt;Section home&lt;/BreadcrumbItem&gt;\n &lt;BreadcrumbItem to=\&quot;#\&quot;&gt;Section title&lt;/BreadcrumbItem&gt;\n &lt;BreadcrumbItem to=\&quot;#\&quot;&gt;Section title&lt;/BreadcrumbItem&gt;\n &lt;BreadcrumbItem to=\&quot;#\&quot; isActive&gt;\n Section landing\n &lt;/BreadcrumbItem&gt;\n &lt;/Breadcrumb&gt;\n &lt;/PageBreadcrumb&gt;\n &lt;PageSection&gt;Grouped section&lt;/PageSection&gt;\n &lt;/PageGroup&gt;\n &lt;PageSection&gt;Section 1&lt;/PageSection&gt;\n &lt;PageSection&gt;Section 2&lt;/PageSection&gt;\n &lt;/Page&gt;\n );\n};\n&quot;],&quot;html&quot;:[0]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island>
108
- <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-958" data-pf-content="true" class="pf-v6-c-content--h3">Centered section</h3>
109
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-983" data-pf-content="true" class="pf-v6-c-content--p">By default, a page section spans the width of the page. To reduce the width of a section, use the <code>isWidthLimited</code> property. To center align width-limited page sections, use the <code>isCenterAligned</code> property. When the main content area of a page is wider than the value of a centered, width-limited page section’s <code>--pf-v6-c-page--section--m-limit-width--MaxWidth</code> custom property, the section will automatically be centered.</p>
110
- <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-959" data-pf-content="true" class="pf-v6-c-content--p">The content in this example is placed in a card to better illustrate how the section behaves when it is centered, but a card is not required to center a page section.</p>
108
+ <h3 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-899" data-pf-content="true" class="pf-v6-c-content--h3">Centered section</h3>
109
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-924" data-pf-content="true" class="pf-v6-c-content--p">By default, a page section spans the width of the page. To reduce the width of a section, use the <code>isWidthLimited</code> property. To center align width-limited page sections, use the <code>isCenterAligned</code> property. When the main content area of a page is wider than the value of a centered, width-limited page section’s <code>--pf-v6-c-page--section--m-limit-width--MaxWidth</code> custom property, the section will automatically be centered.</p>
110
+ <p data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-900" data-pf-content="true" class="pf-v6-c-content--p">The content in this example is placed in a card to better illustrate how the section behaves when it is centered, but a card is not required to center a page section.</p>
111
111
 
112
- <astro-island uid="Z1TQ9Xm" component-url="/_astro/LiveExample.B5R4Dzng.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0,&quot;import { useState } from &#39;react&#39;;\nimport {\n Page,\n Masthead,\n MastheadMain,\n MastheadToggle,\n MastheadBrand,\n MastheadLogo,\n MastheadContent,\n PageSidebar,\n PageSidebarBody,\n PageSection,\n PageToggleButton,\n Toolbar,\n ToolbarContent,\n ToolbarItem,\n Card,\n CardBody\n} from &#39;@patternfly/react-core&#39;;\nimport BarsIcon from &#39;@patternfly/react-icons/dist/esm/icons/bars-icon&#39;;\n/* eslint-disable camelcase */\nimport c_page_section_m_limit_width_MaxWidth from &#39;@patternfly/react-tokens/dist/esm/c_page_section_m_limit_width_MaxWidth&#39;;\n\nexport const PageCenteredSection: React.FunctionComponent = () =&gt; {\n const [isSidebarOpen, setIsSidebarOpen] = useState(true);\n\n const onSidebarToggle = () =&gt; {\n setIsSidebarOpen(!isSidebarOpen);\n };\n\n const headerToolbar = (\n &lt;Toolbar id=\&quot;centered-toolbar\&quot;&gt;\n &lt;ToolbarContent&gt;\n &lt;ToolbarItem&gt;header-tools&lt;/ToolbarItem&gt;\n &lt;/ToolbarContent&gt;\n &lt;/Toolbar&gt;\n );\n\n const masthead = (\n &lt;Masthead&gt;\n &lt;MastheadMain&gt;\n &lt;MastheadToggle&gt;\n &lt;PageToggleButton\n variant=\&quot;plain\&quot;\n aria-label=\&quot;Global navigation\&quot;\n isSidebarOpen={isSidebarOpen}\n onSidebarToggle={onSidebarToggle}\n id=\&quot;centered-nav-toggle\&quot;\n &gt;\n &lt;BarsIcon /&gt;\n &lt;/PageToggleButton&gt;\n &lt;/MastheadToggle&gt;\n &lt;MastheadBrand&gt;\n &lt;MastheadLogo href=\&quot;https://patternfly.org\&quot; target=\&quot;_blank\&quot;&gt;\n Logo\n &lt;/MastheadLogo&gt;\n &lt;/MastheadBrand&gt;\n &lt;/MastheadMain&gt;\n &lt;MastheadContent&gt;{headerToolbar}&lt;/MastheadContent&gt;\n &lt;/Masthead&gt;\n );\n\n const sidebar = (\n &lt;PageSidebar isSidebarOpen={isSidebarOpen} id=\&quot;centered-section-sidebar\&quot;&gt;\n &lt;PageSidebarBody&gt;Navigation&lt;/PageSidebarBody&gt;\n &lt;/PageSidebar&gt;\n );\n\n return (\n &lt;Page masthead={masthead} sidebar={sidebar}&gt;\n &lt;PageSection isWidthLimited isCenterAligned&gt;\n &lt;Card&gt;\n &lt;CardBody&gt;\n When a width limited page section is wider than the value of\n &lt;code&gt;{c_page_section_m_limit_width_MaxWidth.name}&lt;/code&gt;, the section will be centered in the main section.\n &lt;br /&gt;\n &lt;br /&gt;\n The content in this example is placed in a card to better illustrate how the section behaves when it is\n centered. A card is not required to center a page section.\n &lt;/CardBody&gt;\n &lt;/Card&gt;\n &lt;/PageSection&gt;\n &lt;/Page&gt;\n );\n};\n&quot;],&quot;html&quot;:[0]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> <div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item pf-v6-u-mt-md"><astro-island uid="Z1ckW9O" component-url="/_astro/PropsTables.YkW1puJk.js" component-export="PropsTables" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;propComponents&quot;:[1,[[0,&quot;Page&quot;],[0,&quot;PageSidebar&quot;],[0,&quot;PageSidebarBody&quot;],[0,&quot;PageSection&quot;],[0,&quot;PageGroup&quot;],[0,&quot;PageBreadcrumb&quot;],[0,&quot;PageToggleButton&quot;]]],&quot;url&quot;:[7,&quot;http://localhost:4321/components/page/react/&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;PropsTables&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island></div><div class="pf-v6-l-stack__item"><div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-flex pf-m-space-items-sm pf-m-align-items-center"><div class=""><h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-941" id="css-variables" tabindex="-1" data-pf-content="true" class="pf-v6-c-content--h2 pf-m-editorial ws-heading pf-v6-c-content--h2"><a href="#css-variables" class="ws-heading-anchor" tabindex="-1"><svg class="pf-v6-svg ws-heading-anchor-icon" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em" style="vertical-align:middle"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"></path></svg></a>
112
+ <astro-island uid="Z1TQ9Xm" component-url="/_astro/LiveExample.B5R4Dzng.js" component-export="LiveExample" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;src&quot;:[0,&quot;import { useState } from &#39;react&#39;;\nimport {\n Page,\n Masthead,\n MastheadMain,\n MastheadToggle,\n MastheadBrand,\n MastheadLogo,\n MastheadContent,\n PageSidebar,\n PageSidebarBody,\n PageSection,\n PageToggleButton,\n Toolbar,\n ToolbarContent,\n ToolbarItem,\n Card,\n CardBody\n} from &#39;@patternfly/react-core&#39;;\nimport BarsIcon from &#39;@patternfly/react-icons/dist/esm/icons/bars-icon&#39;;\n/* eslint-disable camelcase */\nimport c_page_section_m_limit_width_MaxWidth from &#39;@patternfly/react-tokens/dist/esm/c_page_section_m_limit_width_MaxWidth&#39;;\n\nexport const PageCenteredSection: React.FunctionComponent = () =&gt; {\n const [isSidebarOpen, setIsSidebarOpen] = useState(true);\n\n const onSidebarToggle = () =&gt; {\n setIsSidebarOpen(!isSidebarOpen);\n };\n\n const headerToolbar = (\n &lt;Toolbar id=\&quot;centered-toolbar\&quot;&gt;\n &lt;ToolbarContent&gt;\n &lt;ToolbarItem&gt;header-tools&lt;/ToolbarItem&gt;\n &lt;/ToolbarContent&gt;\n &lt;/Toolbar&gt;\n );\n\n const masthead = (\n &lt;Masthead&gt;\n &lt;MastheadMain&gt;\n &lt;MastheadToggle&gt;\n &lt;PageToggleButton\n variant=\&quot;plain\&quot;\n aria-label=\&quot;Global navigation\&quot;\n isSidebarOpen={isSidebarOpen}\n onSidebarToggle={onSidebarToggle}\n id=\&quot;centered-nav-toggle\&quot;\n &gt;\n &lt;BarsIcon /&gt;\n &lt;/PageToggleButton&gt;\n &lt;/MastheadToggle&gt;\n &lt;MastheadBrand&gt;\n &lt;MastheadLogo href=\&quot;https://patternfly.org\&quot; target=\&quot;_blank\&quot;&gt;\n Logo\n &lt;/MastheadLogo&gt;\n &lt;/MastheadBrand&gt;\n &lt;/MastheadMain&gt;\n &lt;MastheadContent&gt;{headerToolbar}&lt;/MastheadContent&gt;\n &lt;/Masthead&gt;\n );\n\n const sidebar = (\n &lt;PageSidebar isSidebarOpen={isSidebarOpen} id=\&quot;centered-section-sidebar\&quot;&gt;\n &lt;PageSidebarBody&gt;Navigation&lt;/PageSidebarBody&gt;\n &lt;/PageSidebar&gt;\n );\n\n return (\n &lt;Page masthead={masthead} sidebar={sidebar}&gt;\n &lt;PageSection isWidthLimited isCenterAligned&gt;\n &lt;Card&gt;\n &lt;CardBody&gt;\n When a width limited page section is wider than the value of\n &lt;code&gt;{c_page_section_m_limit_width_MaxWidth.name}&lt;/code&gt;, the section will be centered in the main section.\n &lt;br /&gt;\n &lt;br /&gt;\n The content in this example is placed in a card to better illustrate how the section behaves when it is\n centered. A card is not required to center a page section.\n &lt;/CardBody&gt;\n &lt;/Card&gt;\n &lt;/PageSection&gt;\n &lt;/Page&gt;\n );\n};\n&quot;],&quot;html&quot;:[0]}" ssr client="only" opts="{&quot;name&quot;:&quot;LiveExampleBase&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island> <div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item pf-v6-u-mt-md"><astro-island uid="Z1ckW9O" component-url="/_astro/PropsTables.YkW1puJk.js" component-export="PropsTables" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;propComponents&quot;:[1,[[0,&quot;Page&quot;],[0,&quot;PageSidebar&quot;],[0,&quot;PageSidebarBody&quot;],[0,&quot;PageSection&quot;],[0,&quot;PageGroup&quot;],[0,&quot;PageBreadcrumb&quot;],[0,&quot;PageToggleButton&quot;]]],&quot;url&quot;:[7,&quot;http://localhost:4321/components/page/react/&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;PropsTables&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island></div><div class="pf-v6-l-stack__item"><div class="pf-v6-l-stack pf-m-gutter"><div class="pf-v6-l-stack__item"><div class="pf-v6-l-flex pf-m-space-items-sm pf-m-align-items-center"><div class=""><h2 data-ouia-component-type="PF6/Content" data-ouia-safe="true" data-ouia-component-id="OUIA-Generated-Content-882" id="css-variables" tabindex="-1" data-pf-content="true" class="pf-v6-c-content--h2 pf-m-editorial ws-heading pf-v6-c-content--h2"><a href="#css-variables" class="ws-heading-anchor" tabindex="-1"><svg class="pf-v6-svg ws-heading-anchor-icon" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em" style="vertical-align:middle"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"></path></svg></a>
113
113
  CSS variables
114
114
  </h2></div></div></div><div class="pf-v6-l-stack__item"><astro-island uid="Z14jvIx" component-url="/_astro/CSSTable.-Emc9iTg.js" component-export="CSSTable" renderer-url="/_astro/client.DN8ES6L5.js" props="{&quot;autoLinkHeader&quot;:[0,false],&quot;cssPrefix&quot;:[0,&quot;pf-v6-c-page&quot;]}" ssr client="only" opts="{&quot;name&quot;:&quot;CSSTableComponent&quot;,&quot;value&quot;:&quot;react&quot;}"></astro-island></div></div></div></div> </div></section> </div></section> </main> </div> </div> <script type="module">try{localStorage.getItem("theme-preference")==="dark"&&document.documentElement.classList.add("pf-v6-theme-dark")}catch(e){console.error("Failed to set initial theme:",e)}</script></body></html>