Skip to main content
ninna-ui

Overlays

5 components

Overlay components built on Radix UI — modals, drawers, popovers, tooltips, and dropdown menus. Fully accessible with focus management.

@ninna-ui/overlays
pnpm add @ninna-ui/overlays

Requires @ninna-ui/core (auto-installed) + CSS setup.

Features

  • 5 overlay components powered by Radix UI
  • Automatic focus trapping and restoration
  • Keyboard navigation (Escape to close)
  • Scroll lock on body when open
  • Accessible ARIA dialog/menu patterns
  • Controlled and uncontrolled modes

Quick Start

import { Modal, Drawer, Popover } from "@ninna-ui/overlays";