docs(components): [dialog/drawer] comprehensive warnings (#22400)

This commit is contained in:
Noblet Ouways
2025-10-02 13:48:14 +02:00
committed by GitHub
parent d861148712
commit 1abe7c0b8d
2 changed files with 7 additions and 1 deletions

View File

@@ -215,7 +215,7 @@ dialog/events
:::warning
`title` has been **deprecated**, and **will be** removed in ^(2.4.0), please use `header`.
`title` has been **deprecated**, and **will be** removed in ^(3.0.0), please use `header`.
:::

View File

@@ -142,6 +142,12 @@ Drawer provides an API called `destroy-on-close`, which is a flag variable that
| footer | Drawer footer Section |
| title ^(deprecated) | Works the same as the header slot. Use that instead. |
:::warning
`title` has been **deprecated**, and **will be** removed in ^(3.0.0), please use `header`.
:::
### Exposes
| Name | Description |