mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[GH-ISSUE #493] How I can make boxes like this using react package? #129
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#129
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 @beautyfree on GitHub (Jan 8, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/493
This app uses ratatui (https://github.com/markmarkoh/lt/blob/main/src/widgets/selected_issue.rs#L225-L269)
@kommander commented on GitHub (Jan 8, 2026):
That should be possible with a flex row layout and absolutely positioned text within the boxes that overflows into the borders.
@beautyfree commented on GitHub (Jan 9, 2026):
Is it possible to make this supported at the api level like in ratatui?
https://ratatui.rs/examples/widgets/block/
@beautyfree commented on GitHub (Jan 24, 2026):
@msmps It's sad to see this closed, because for me this is one of the blockers for using this package