Scroll Area

Custom scroll area component.

Installation

Copy the following code into your app directory.

buridan add component scroll_area

Usage

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

from components.base_ui.scroll_area import scroll_area

Examples

Below are examples demonstrating how the component can be used.

General