diff --git a/docs/components/drawer.md b/docs/components/drawer.md index 7f83e03ed..0d5aa54ec 100644 --- a/docs/components/drawer.md +++ b/docs/components/drawer.md @@ -24,20 +24,20 @@ Drawers slide in from a container to expose additional options and information. ## Examples -### Slide in From Left +### Slide in From Start -To make the drawer slide in from the left, set the `placement` attribute to `left`. +By default, drawers slide in from the end. To make the drawer slide in from the start, set the `placement` attribute to `start`. ```html preview - - This drawer slides in from the left. + + This drawer slides in from the start. Close Open Drawer