diff --git a/src/content/structured/components/page-header/code.mdx b/src/content/structured/components/page-header/code.mdx
index dfcde12a7..25d89d223 100644
--- a/src/content/structured/components/page-header/code.mdx
+++ b/src/content/structured/components/page-header/code.mdx
@@ -31,6 +31,7 @@ import {
IcBreadcrumbGroup,
IcSectionContainer,
IcChip,
+ IcTypography,
} from "@ukic/react";
import { NavLink, MemoryRouter } from "react-router-dom";
@@ -480,3 +481,70 @@ export const withReactRouter = [
+
+### With Slots
+
+export const withSlots = [
+ {
+ language: "Web component",
+ snippet: `
+ Latte recipe
+ A Latte is a popular Italian coffee, made with espresso, steamed milk and a thin layer of foam.
+
+
+
+
+
+
+
+`,
+ },
+ {
+ language: "React",
+ snippet: `
+
+ Latte recipe
+
+
+ A Latte is a popular Italian coffee, made with espresso, steamed milk and
+ a thin layer of foam.
+
+
+
+
+
+
+
+
+`,
+ },
+];
+
+
+
+
+ Latte recipe
+
+
+ A Latte is a popular Italian coffee, made with espresso, steamed milk and
+ a thin layer of foam.
+
+
+
+
+
+
+
+
+
+