diff --git a/docs/app/components/content/examples/drawer/DrawerResponsiveExample.vue b/docs/app/components/content/examples/drawer/DrawerResponsiveExample.vue
new file mode 100644
index 00000000..a48d763f
--- /dev/null
+++ b/docs/app/components/content/examples/drawer/DrawerResponsiveExample.vue
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/content/3.components/drawer.md b/docs/content/3.components/drawer.md
index dfd3d76c..42332314 100644
--- a/docs/content/3.components/drawer.md
+++ b/docs/content/3.components/drawer.md
@@ -306,6 +306,17 @@ name: 'drawer-dismissible-example'
In this example, the `header` slot is used to add a close button which is not done by default.
::
+### Responsive drawer
+
+You can render a [Modal](/components/modal) component on desktop and a Drawer on mobile for example.
+
+::component-example
+---
+prettier: true
+name: 'drawer-responsive-example'
+---
+::
+
### With footer slot
Use the `#footer` slot to add content after the Drawer's body.