Crates.io | tui-realm-stdlib |
lib.rs | tui-realm-stdlib |
version | 2.0.1 |
source | src |
created_at | 2021-07-31 15:16:37.438322 |
updated_at | 2024-10-13 17:40:09.161633 |
description | Standard components library for tui-realm. |
homepage | https://github.com/veeso/tui-realm-stdlib |
repository | https://github.com/veeso/tui-realm-stdlib |
max_upload_size | |
id | 429726 |
size | 422,617 |
~ A tui-rs framework inspired by Elm and React ~
tui-realm derive ยท tui-realm ยท Documentation
Developed by @veeso
Current version: 2.0.1 (13/10/2024)
tui-realm-stdlib is the standard component library for tui-realm.
It provides several Mock Components for your tui-realm applications. Probably all the components you need are here ๐
tui-realm-stdlib = "2"
or if you're not using the default crossterm backend, specify another backend in the cargo entry:
tui-realm-stdlib = { version = "2", default-features = false, features = [ "termion" ] }
Latest version of tui-realm-stdlib requires tui-realm >= 2.0 or higher
tuirealm = "2"
If you like tui-realm and you're grateful for the work I've done, please consider a little donation ๐ฅณ
You can make a donation with one of these platforms:
All the components implemented in the standard library can be viewed in the components wiki.
The standard components library also exports the utils
module, which provides these very handy functions:
Color::Reset
or Modifiers::empty()
, otherwise use the properties defined the Props
.Color::Reset
.The developer documentation can be found on Rust Docs at https://docs.rs/tui-realm-stdlib
Contributions, bug reports, new features and questions are welcome! ๐ If you have any question or concern, or you want to suggest a new feature, or you want just want to improve tui-realm-stdlib, feel free to open an issue or a PR.
Please follow our contributing guidelines
View tui-realm's changelog HERE
tui-realm-stdlib is licensed under the MIT license.
You can read the entire license HERE