Implemented the final widget for confirmation prompts!

This commit is contained in:
2024-02-14 14:13:00 -07:00
parent cf14483338
commit 32a8a4de76
14 changed files with 450 additions and 404 deletions
+1
View File
@@ -10,6 +10,7 @@ use ratatui::widgets::{Paragraph, Widget};
#[path = "checkbox_tests.rs"]
mod checkbox_tests;
#[derive(PartialEq, Debug, Copy, Clone)]
pub struct Checkbox<'a> {
label: &'a str,
is_checked: bool,