AmroUI
GitHub

Context Drawer

A labeled contextual side panel with controlled visibility, scrollable content, and persistent footer actions.

Installation

npm install @amro-ui/react

Usage

A labeled contextual side panel with controlled visibility, scrollable content, and persistent footer actions.

Package

import { ContextDrawer } from "@amro-ui/react";

<ContextDrawer />

shadcn copy

import { ContextDrawer } from "@/components/ui/context-drawer";

<ContextDrawer />