NorbieLink
search close
Pressto navigate to openEscto close
Home Components Drawer

A panel that slides in from the edge of the screen.

Edit Profile
Update your display name, avatar, and notification preferences from this panel.
<div class="drw-panel">
  <div class="drw-header">
    <div class="drw-title">Edit Profile</div>
    <button class="drw-close"><span class="material-icons-round">close</span></button>
  </div>
  <div class="drw-body">Content here</div>
  <div class="drw-footer">
    <button class="drw-btn cancel">Cancel</button>
    <button class="drw-btn confirm">Save</button>
  </div>
</div>

Installation

Built with pure HTML and CSS. Include ds-shared.css in your project.

pnpm add @norbielink/ds

API Reference

Classes

ClassDescription
drw-panelSlide-in panel (position:absolute, right:0)
drw-backdropSemi-transparent overlay
drw-headerTitle + close button row
drw-bodyFlexible content area
drw-footerAction buttons row
drw-dkDark mode modifier