Popover

Custom popover component.

Installation

Copy the following code into your app directory.

buridan add component popover

Usage

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

from components.base_ui.popover import popover

Example

A basic popover that appears when the user clicks the trigger button.