Skip to content

Overview

Drawerly manages drawers through a single stack. Multiple drawers can be open at the same time; new ones open on top, closing works from anywhere in the stack, and keyboard behavior follows the stack automatically.

Styling is up to you. Use the included stylesheet, customize it with CSS variables, or leave it out and write your own.

Where to Start

For Vue applications, start with Vue Getting Started. For React, start with React Getting Started.

The stack manager is also available on its own as @drawerly/core, for use outside these frameworks or under your own rendering layer.

Released under the MIT License.