tui-react 0.23.2

TUI widgets using a react-like paradigm, allowing mutable component state and render properties.
Documentation
[package]
name = "tui-react"
version = "0.23.2"
authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
edition = "2018"
repository = "https://github.com/Byron/tui-crates"
description = "TUI widgets using a react-like paradigm, allowing mutable component state and render properties."
readme = "README.md"
license = "MIT"

[dependencies]
tui = { package = "ratatui", version = "0.26.0", default-features = false }
log = "0.4.6"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.7"