Menu
Custom menu component.
Installation
Copy the following code into your app directory.
buridan add component menuUsage
Make sure to correctly set your imports relative to the component.
from components.base_ui.menu import menu
Example
A basic dropdown menu that opens when the user clicks a trigger button.