Context Menu

Custom context menu component.

Installation

Copy the following code into your app directory.

buridan add component context_menu

Usage

Make sure to correctly set your imports relative to the component.

from components.base_ui.context_menu import context_menu

Examples

Below are examples demonstrating how the component can be used.

Low Level Demo

Uses the low-level context_menu API for full control over state and structure.

Right click here