charmbracelet / bubbletea

A powerful little TUI framework 🏗
MIT License
27.48k stars 794 forks source link

Create overlap views #859

Closed gczgcz2015 closed 11 months ago

gczgcz2015 commented 11 months ago

how can i create overlap views like lazygit image

wolfmagnate commented 11 months ago

@gczgcz2015 You probably need to use lipgloss rather than bubble tea to create this view. bubble tea simply draws the View's return values to the screen, and is not responsible for how they are styled. If lipgloss does not have enough functionality to do what you want, you should create an issue in lipgloss.

gczgcz2015 commented 11 months ago

@gczgcz2015 You probably need to use lipgloss rather than bubble tea to create this view. bubble tea simply draws the View's return values to the screen, and is not responsible for how they are styled. If lipgloss does not have enough functionality to do what you want, you should create an issue in lipgloss.

thank you very much