StratoSDK is a framework with a declarative approach similar to Flutter/React, written and designed entirely for Rust.
| 1 | pub mod button; |
| 2 | pub mod checkbox; |
| 3 | pub mod chip; |
| 4 | pub mod components; |
| 5 | pub mod keyboard_shortcut; |
| 6 | pub mod link; |
| 7 | pub mod list; |
| 8 | pub mod progress_bar; |
| 9 | pub mod radio_buttons; |
| 10 | pub mod segmented_control; |
| 11 | pub mod slider; |
| 12 | pub mod switch; |
| 13 | pub mod text; |
| 14 | pub mod text_input; |
| 15 | pub mod toggle_button; |
| 16 | pub mod toggle_menu; |
| 17 | pub mod tool_tip; |
| 18 |