Skip to content

Instantly share code, notes, and snippets.

@tarunsankhla
Created February 4, 2022 15:02
Show Gist options
  • Save tarunsankhla/891f4c312cfefe4b30a63edfe8dbfb7a to your computer and use it in GitHub Desktop.
Save tarunsankhla/891f4c312cfefe4b30a63edfe8dbfb7a to your computer and use it in GitHub Desktop.
<div class="divider"><h3>Modal Drawer</h3></div>
<div class="drawer_filler overlay-filler ">
<div class="drawer-container-overlay drawer-overlay">
<div class="drawer-container-body drawer-close-modal">X</div>
<div class="drawer-container-body">
<h1>Mail </h1>
<div>email@material.io</div>
</div>
<div class="drawer-container-body">
<div class="drawer-container-body-elements">
<label class="drawer-container-body-label">Label</label>
<ul>
<li class="drawer-container-body-item">
<span class="material-icons-round drawer-icons">
inbox
</span>
<span class="drawer-body-item">Inbox</span></li>
<li class="drawer-container-body-item">
<span class="material-icons-round drawer-icons">
star_border
</span>
<span class="drawer-body-item">Star</span></li>
<li class="drawer-container-body-item">
<span class="material-icons-round drawer-icons">
send
</span>
<span class="drawer-body-item">Send Mail</span></li>
<li class="drawer-container-body-item ">
<span class="material-icons-round drawer-icons">
drafts
</span>
<span class="drawer-body-item">Drafts</span></li>
</ul>
</div>
<div class="drawer-container-body-elements">
<label class="drawer-container-body-label">Label</label>
<ul>
<li class="drawer-container-body-item">
<span class="material-icons-round drawer-icons">
engineering
</span>
<span class="drawer-body-item">Family</span></li>
<li class="drawer-container-body-item">
<span class="material-icons-round drawer-icons">
engineering
</span>
<span class="drawer-body-item">Friends</span></li>
<li class="drawer-container-body-item">
<span class="material-icons-round drawer-icons">
engineering
</span>
<span class="drawer-body-item">Work</span></li>
</ul>
</div>
<div class="drawer-container-body-elements">
<ul>
<li class="drawer-container-body-item">
<span class="material-icons-round drawer-icons">
help_center
</span>
<span class="drawer-body-item">Settings</span></li>
<li class="drawer-container-body-item">
<span class="material-icons-round drawer-icons">
settings
</span>
<span class="drawer-body-item">Help & Feedback</span></li>
</ul>
</div>
</div>
</div>
<div class="content-drawer">
<div class="content-drawer-header"><span class="material-icons-round drawer-menu-icon-over drawer-model-menu-over">
menu
</span>
Modal Drawer</div>
<div class="content-drawer-body">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br/> <br/> <br/>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br/> <br/> <br/>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment