Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix markdown lint
  • Loading branch information
zanivan committed Feb 13, 2024
commit 2a1b6858792ebcce6e5eb37cb26b6e9e97b715b7
3 changes: 1 addition & 2 deletions docs/data/material/components/drawers/drawers.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ It closes when an item is selected, handled by controlling the `open` prop.

### Anchor

Use the `anchor` prop to specify which side of the screen the Drawer should originate from.
The default value is `left`.
Use the `anchor` prop to specify which side of the screen the Drawer should originate from. The default value is `left`.

{{"demo": "AnchorTemporaryDrawer.js"}}

Expand Down