Select

Custom select component.

Installation

Copy the following code into your app directory.

buridan add component select

Usage

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

from components.base_ui.select import select

Example