mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #218] HELP: TabControllerRenderable not found in opentui/core package #52
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#52
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 @hanpham32 on GitHub (Oct 19, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/218
I'm referring to the example in
opentui-demo.tsto implement my own Tab Controller menu bar. I couldn't find the renderable for the tab controller. There is TabSelectRenderable, but the API for it is not the same for TabControllerRenderable.@kommander commented on GitHub (Oct 19, 2025):
The TabController only exists in the examples, it's quite messy, so I didn't include it in the core renderables. You can just copy it from the examples though.
@hanpham32 commented on GitHub (Oct 19, 2025):
Oh okay. I'll copy the implementation straight from the example then.