fix reactivity 😭 + visual widget counter

This commit is contained in:
2025-08-24 22:02:50 -04:00
parent 6bb6db32a6
commit 74d01d14d4
9 changed files with 119 additions and 47 deletions

View File

@@ -1,8 +1,8 @@
use crate::prelude::*;
pub struct Text {
content: String,
attrs: TextAttrs,
pub content: String,
pub attrs: TextAttrs,
}
impl Text {