mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 21:15:52 +03:00
[GH-ISSUE #89] Add support for flexbox gap in group and box (React) #20
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @remorses on GitHub (Aug 26, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/89
Originally assigned to: @msmps on GitHub.
Gap makes it easier to add spacing between elements contained in a group or box instead of using margin
I think Yoga should already support it
@kommander commented on GitHub (Aug 26, 2025):
@msmps @Adictya is that something missing/wrong in core or a mapping issue?
@msmps commented on GitHub (Aug 26, 2025):
it's missing in core - will need to implement the setGap method and solid/react should pick it up