Crate rat_widget
source ·Expand description
§Rat-Widgets
This crate tries to provide an extended set of widgets with
- Eventhandling (currently crossterm, but not limited)
- Focus
- Scrolling
- Wrappers for other external widgets.
It combines different aspects that have all been published as separate crates:
- rat-event: Define a generalized event-handling trait.
- rat-focus: Focus handling for widgets.
- rat-scrolled: Widgets for scrolling.
- rat-input: Collection of widgets, but kept at a baseline level.
- rat-ftable: Table widget for large data-sets.
This crate is part of rat-salsa.
Modules§
- Button widget.
- Render a month of a calendar.
- A widget for date-input using chrono
- This widget helps with row-wise editing of table-data.
- Module for focus-handling functionality. For details see rat-focus
- Text input widget.
- Extension for ratatui::widgets::List
- Text input with an input mask.
- A simple menu. No submenus.
- A widget for number-input using format_num_pattern
Enums§
- Locales matching the locales in
glibc.