Lumeo

DropdownButton

A button whose click opens a dropdown menu of secondary actions, indicated by a chevron.

Installation

dotnet add package Lumeo

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

Usage

@using Lumeo

<DropdownButton />

When to Use

  • Expose a list of actions from a single trigger when there is no dominant primary action.
  • Replace a row of overflow actions in toolbars or card headers.
  • Provide contextual operations (edit, share, delete) without cluttering the surface.

API Reference

DropdownButton

  • Button — A standard single-action trigger.
  • SplitButton — A split button with a separate main action and a dropdown chevron half.
  • DropdownMenu — The underlying dropdown menu primitive used by DropdownButton.