fix(docs): incorrect default drawer placement (#4810)

This commit is contained in:
աӄա 2025-02-11 21:03:58 +08:00 committed by GitHub
parent f386f1f1c8
commit 7a95c7fda9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,8 +84,8 @@ You can disable this behavior by setting the following properties:
### Drawer placement ### Drawer placement
The drawer can be placed on any edge of the screen using the `placement` prop: The drawer can be placed on any edge of the screen using the `placement` prop:
- `left` (default) - `left`
- `right` - `right` (default)
- `top` - `top`
- `bottom` - `bottom`