feat(Drawer): add nested prop

Resolves #4320
This commit is contained in:
Benjamin Canac
2025-07-18 15:55:24 +02:00
parent cad7c45c08
commit e2695ee7e4
4 changed files with 48 additions and 3 deletions

View File

@@ -328,6 +328,17 @@ name: 'drawer-responsive-example'
---
::
### Nested drawers :badge{label="Soon" class="align-text-top"}
You can nest drawers within each other by using the `nested` prop.
::component-example
---
prettier: true
name: 'drawer-nested-example'
---
::
### With footer slot
Use the `#footer` slot to add content after the Drawer's body.