diff --git a/apps/www/content/docs/components/drawer.mdx b/apps/www/content/docs/components/drawer.mdx index d9456eae260..0b3d8bf9795 100644 --- a/apps/www/content/docs/components/drawer.mdx +++ b/apps/www/content/docs/components/drawer.mdx @@ -83,6 +83,16 @@ import { ``` +### Background Scaling + +You can get the background to zoom and scale when the drawer is open by adding the `data-vaul-drawer-wrapper=""` attribute to the root component of your application. + +```tsx showLineNumbers +