Skip to content

Commit

Permalink
Update backdrop.md
Browse files Browse the repository at this point in the history
Update inconsistency between use of the word Overlay and Backdrop
  • Loading branch information
matt-savvy committed Mar 19, 2020
1 parent 48402d3 commit 06a5675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/components/backdrop/backdrop.md
@@ -1,13 +1,13 @@
---
title: Overlay React component
title: Backdrop React Component
components: Backdrop
---

# Backdrop

<p class="description">The backdrop component is used to provide emphasis on a particular element or parts of it.</p>

The overlay signals to the user of a state change within the application and can be used for creating loaders, dialogs and more.
The backdrop signals to the user of a state change within the application and can be used for creating loaders, dialogs and more.
In its simplest form, the backdrop component will add a dimmed layer over your application.

{{"demo": "pages/components/backdrop/SimpleBackdrop.js"}}

0 comments on commit 06a5675

Please sign in to comment.