Widget list implementation for TUI

Documentation

The documentation can be found on docs.rs.

Demo

rust cargo run --example paragraph_list

Usage

Items of [WidgetList] or of the convenience class [SelectableWidgetList] must implement the [ListableWidget] trait. Then the render() method is available on the widget list.

For an implementation example see [SelectableWidgetList].