Skip to content

Commit

Permalink
fixup! Feat(web): Introduce Drawer component #DS-1580
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jan 9, 2025
1 parent 4832a63 commit 88a8f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/scss/components/Drawer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Drawer is a composition of several subcomponents:

### Alignment

The `Drawer` component allows aligning the content panel to the left or right side of the screen using `--left` or `--right` modifier. The default alignment of the drawer content panel is to the right.
The `Drawer` component allows aligning the content panel horizontally to the left or right side of the screen using `--left` or `--right` modifier. The default alignment of the drawer content panel is to the right.

```html
<dialog id="my-drawer-dialog" class="Drawer Drawer--left">
Expand Down

0 comments on commit 88a8f53

Please sign in to comment.