Skip to content

Commit

Permalink
feat: add modal feature pic
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Feb 11, 2025
1 parent e6b37b0 commit b467505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/patterns/content-management/modal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ status: complete
import { BrowserSupport } from "@app/_components/browser-support";
import { BuildEffort } from "@app/_components/build-effort";
import { FaqStructuredData } from "@app/_components/faq-structured-data";
import { PatternPreview } from "@app/_components/pattern-preview";
import { Playground } from "@app/_components/playground";

# Modal

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

<PatternPreview />

## Overview

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.
Expand Down
Binary file added public/covers/patterns/modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b467505

Please sign in to comment.