diff --git a/apps/www/src/content/docs/components/drawer.md b/apps/www/src/content/docs/components/drawer.md index 55b6f0c2..20dcf43c 100644 --- a/apps/www/src/content/docs/components/drawer.md +++ b/apps/www/src/content/docs/components/drawer.md @@ -53,6 +53,13 @@ import { ``` +### Scale Background + +If you want the background to have a zoom effect, you need to add the `vaul-drawer-wrapper` attribute to the root component. + +```html +
+``` ## Examples