diff --git a/packages/dnb-design-system-portal/src/docs/uilib/components/skip-content/Examples.tsx b/packages/dnb-design-system-portal/src/docs/uilib/components/skip-content/Examples.tsx
index 391bacfd555..c51f65649be 100644
--- a/packages/dnb-design-system-portal/src/docs/uilib/components/skip-content/Examples.tsx
+++ b/packages/dnb-design-system-portal/src/docs/uilib/components/skip-content/Examples.tsx
@@ -18,6 +18,7 @@ import {
Dl,
Dd,
Dt,
+ H2,
} from '@dnb/eufemia/src'
export const SkipContentTable = () => (
@@ -100,3 +101,40 @@ const LargeTableWithInteractiveElements = (props) => {
)
}
+
+export const SkipContentInfo1 = () => (
+
+
+ Description of table
+
+
+
+
+
+
+
+
+)
+
+export const SkipContentInfo2 = () => (
+
+
+ Skip table content
+
+
+
+
+
+
+)
diff --git a/packages/dnb-design-system-portal/src/docs/uilib/components/skip-content/info.mdx b/packages/dnb-design-system-portal/src/docs/uilib/components/skip-content/info.mdx
index a6302d32aca..39ea1f2bfc0 100644
--- a/packages/dnb-design-system-portal/src/docs/uilib/components/skip-content/info.mdx
+++ b/packages/dnb-design-system-portal/src/docs/uilib/components/skip-content/info.mdx
@@ -3,6 +3,10 @@ showTabs: true
---
import { Button } from '@dnb/eufemia/src'
+import {
+ SkipContentInfo1,
+ SkipContentInfo2,
+} from 'Docs/uilib/components/skip-content/Examples'
## Description
@@ -41,46 +45,13 @@ The revealing button needs a clear message to let the user easily understand the
Ensure you put a header or a section before the `SkipContent` component. It should describe the content, so the user understands the context.
-- Example with a section landmark (section) and header + `SkipContent.Return`:
+#### Example with a section landmark (section) and header + `SkipContent.Return`:
- ```jsx
-
- Description of table
+
-
+#### Example using a section landmark (section) and table caption:
-
-
-
-
-
- ```
-
-- Example using a section landmark (section) and table caption:
-
- ```jsx
-
- Skip table content
-
-
-
-
-
-
-
-
-
- ```
+
### Return button