ratatui/ratatui-core
Théo Tchilinguirian 985cd05573
feat(symbols): add dashed borders (#1573)
Adds several new border sets:
- ratatui:🔣:border::LIGHT_DOUBLE_DASHED
- ratatui:🔣:border::HEAVY_DOUBLE_DASHED
- ratatui:🔣:border::LIGHT_TRIPLE_DASHED
- ratatui:🔣:border::HEAVY_TRIPLE_DASHED
- ratatui:🔣:border::LIGHT_QUADRUPLE_DASHED
- ratatui:🔣:border::HEAVY_QUADRUPLE_DASHED

And corresponding variants to the ratatui::widgets::BorderType enum

Fixes: https://github.com/ratatui/ratatui/issues/1355
Signed-off-by: Théo Tchilinguirian <theo.tchlx@gmail.com>
2025-01-20 00:36:19 -08:00
..

Ratatui Core

Crates.io Documentation License

ratatui-core is the core library of the ratatui project, providing the essential building blocks for creating rich terminal user interfaces in Rust.

Why ratatui-core?

The ratatui-core crate is split from the main ratatui crate to offer better stability for widget library authors. Widget libraries should generally depend on ratatui-core, benefiting from a stable API and reducing the need for frequent updates.

Applications, on the other hand, should depend on the main ratatui crate, which includes built-in widgets and additional features.

Installation

Add ratatui-core to your Cargo.toml:

cargo add ratatui-core

Contributing

We welcome contributions from the community! Please see our CONTRIBUTING guide for more details on how to get involved.

License

This project is licensed under the MIT License. See the LICENSE file for details.