add(roadmap): feature for max size configuration for Containers

2025-02-24 22:58:11 +01:00
parent 4cd6cf1d9b
commit 1a8f4a36f7

@@ -3,12 +3,15 @@
The following list contains goals for certain features the library supports or is planned on supporting.
- [ ] Container rendering
- [x] Layout
- [ ] Layout
- [x] direction
- [x] vertical
- [x] horizontal
- [x] padding
- [x] gap
- [ ] sizing
- [ ] max size
- [x] min size (provide size to use which would be a minimal size - as if the actual size is smaller then the `Container` will scroll and otherwise the contents expand to the available space instead?)
- [x] Border
- [x] sides
- [x] corners
@@ -32,7 +35,6 @@ The following list contains goals for certain features the library supports or i
- [x] User input
- [x] single line
- [x] multi line
- [x] min size (provide size to use which would be a minimal size - as if the actual size is smaller then the `Container` will scroll and otherwise the contents expand to the available space instead?)
- [ ] image support through kitty protocol (**later**)
- [ ] Inline rendering (**later**)
- [ ] Examples