Draft table widget

This commit is contained in:
Héctor Ramón Jiménez 2025-07-15 05:28:33 +02:00
parent 283d0e74a8
commit b3ce0f23a5
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
6 changed files with 738 additions and 0 deletions

View file

@ -33,6 +33,7 @@ pub mod row;
pub mod rule;
pub mod scrollable;
pub mod slider;
pub mod table;
pub mod text;
pub mod text_editor;
pub mod text_input;