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 7, 2025
1 parent 4ea4a4f commit 6d11071
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/web/src/scss/components/Drawer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ <h2 class="docs-Heading">Drawer</h2>

<form class="mb-600">
<div>Drawer alignment:</div>
<label for="drawer-alignment-top" class="Radio mr-600">
<input name="drawer-alignment" autocomplete="off" aria-describedby="drawer-alignment-top__helperText" type="radio" id="drawer-alignment-top" class="Radio__input" value="left">
<label for="drawer-alignment-left" class="Radio mr-600">
<input name="drawer-alignment" autocomplete="off" aria-describedby="drawer-alignment-left__helperText" type="radio" id="drawer-alignment-left" class="Radio__input" value="left">
<span class="Radio__text">
<span class="Radio__label">Left</span>
</span>
</label>
<label for="drawer-alignment-bottom" class="Radio mr-600">
<input name="drawer-alignment" autocomplete="off" aria-describedby="drawer-alignment-bottom__helperText" type="radio" id="drawer-alignment-bottom" class="Radio__input" value="right" checked="">
<label for="drawer-alignment-right" class="Radio mr-600">
<input name="drawer-alignment" autocomplete="off" aria-describedby="drawer-alignment-right__helperText" type="radio" id="drawer-alignment-right" class="Radio__input" value="right" checked="">
<span class="Radio__text">
<span class="Radio__label">Right</span>
</span>
Expand Down

0 comments on commit 6d11071

Please sign in to comment.