Cargo Features

[dependencies]
tui-widgets = { version = "0.3.0", default-features = false, features = ["big-text", "popup", "prompts", "scrollview"] }
default = big-text, popup, prompts, scrollview

features

By default, all the widgets are enabled.

big-text default = tui-big-text

Enables the big_text widget

popup default = tui-popup

Enables the popup widget

prompts default = tui-prompts

Enables the prompts widget

scrollview default = tui-scrollview

Enables the scrollview widget

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tui-big-text big-text
tui-popup popup
tui-prompts prompts
tui-scrollview scrollview