tui-kit 0.3.0

Reusable TUI theme, widget frames, and layout helpers built on ratatui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "tui-kit"
version = "0.3.0"
edition = "2021"
rust-version = "1.93"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Antoine"]
repository = "https://github.com/osmo-systems/tui-kit"
homepage = "https://github.com/osmo-systems/tui-kit"
description = "Reusable TUI theme, widget frames, and layout helpers built on ratatui"
keywords = ["tui", "ratatui", "terminal", "widgets", "theme"]

[dependencies]
ratatui = "0.28"
crossterm = "0.28"
unicode-width = "0.1"