Skip to content

Commit b467505

Browse files
committed
feat: add modal feature pic
1 parent e6b37b0 commit b467505

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

content/en/patterns/content-management/modal.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ status: complete
88
import { BrowserSupport } from "@app/_components/browser-support";
99
import { BuildEffort } from "@app/_components/build-effort";
1010
import { FaqStructuredData } from "@app/_components/faq-structured-data";
11+
import { PatternPreview } from "@app/_components/pattern-preview";
1112
import { Playground } from "@app/_components/playground";
1213

1314
# Modal
1415

1516
**_(Also called dialog, dialog box, overlay, popup)_**
1617

18+
<PatternPreview />
19+
1720
## Overview
1821

1922
A **modal** is an interface element that appears on top of the main application screen, blocking interaction with the rest of the page until the modal is closed.

public/covers/patterns/modal.png

72.1 KB
Loading

0 commit comments

Comments
 (0)