From cc9933173223b7a974277221ea3249192177854b Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Mon, 30 Jun 2025 22:55:16 +0200 Subject: [PATCH] mod(roadmap): update implemented features --- Roadmap.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 05a210a..f4197f7 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -56,14 +56,14 @@ The following list contains goals for certain features the library supports or i - [x] mixed (some sort of form) - [ ] Elements - [x] `Container` Alignment - - [ ] Button + - [x] Button - [x] custom (see example) - - [ ] built-in + - [x] built-in - [ ] Text Input field - [x] custom (see example) - - [ ] built-in single line + - [x] built-in single line - [ ] built-in multi line (**later**) - - [ ] overflow handling, i.e. where to draw the elipse `..` - left, center or right (**later**) + - [x] overflow handling, i.e. where to draw the elipse `..` - left and right - [ ] Slider - [ ] Radio Button - [ ] Drop-down menu