NorbieLink
search close
Pressto navigate to openEscto close
Home Components Sheet

A panel that slides up from the bottom of the screen.

Quick Settings
Sheets slide up from the bottom of the screen. They are useful for mobile-friendly actions and settings panels.
<div class="sh-panel">
  <div class="sh-handle-bar"></div>
  <div class="sh-header">
    <div class="sh-title">Title</div>
    <button class="sh-close"><span class="material-icons-round">close</span></button>
  </div>
  <div class="sh-body">Content here.</div>
</div>

Installation

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

pnpm add @norbielink/ds

API Reference

Classes

ClassDescription
sh-panelBottom sheet panel
sh-handle-barDrag indicator pill at top
sh-backdropOverlay behind the sheet
sh-headerTitle + close button row
sh-dkDark mode modifier