Lumeo

Window

A non-modal draggable and resizable floating panel — like a desktop application window.

Installation

dotnet add package Lumeo

One-time app setup (AddLumeo(), CSS & JS) is covered in the installation guide.

Usage

@using Lumeo

<Window />

When to Use

  • Display secondary content (logs, previews, tools) while the main page remains interactive.
  • Create floating panels that users can reposition and resize to fit their workflow.
  • Build desktop-like multi-window UIs in web applications.

API Reference

Window

  • Dialog — Modal dialog that blocks interaction with the rest of the page.
  • Sheet — Slide-in panel from an edge — less intrusive than a dialog.
  • Popover — Anchored floating panel positioned relative to a trigger.