From ce8125df1ad4a3d9d96f7c4a92a265f20586889a Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Fri, 12 Apr 2024 19:30:36 +0330 Subject: [PATCH] Update drawer.md --- apps/www/src/content/docs/components/drawer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/www/src/content/docs/components/drawer.md b/apps/www/src/content/docs/components/drawer.md index 6e909087..20dcf43c 100644 --- a/apps/www/src/content/docs/components/drawer.md +++ b/apps/www/src/content/docs/components/drawer.md @@ -54,6 +54,7 @@ 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