diff --git a/docs/src/pages/components/backdrop/backdrop.md b/docs/src/pages/components/backdrop/backdrop.md index e78b7c350fec4b..0b904166b22d7d 100644 --- a/docs/src/pages/components/backdrop/backdrop.md +++ b/docs/src/pages/components/backdrop/backdrop.md @@ -1,5 +1,5 @@ --- -title: Overlay React component +title: Backdrop React Component components: Backdrop --- @@ -7,7 +7,7 @@ components: Backdrop
The backdrop component is used to provide emphasis on a particular element or parts of it.
-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"}}