Versions in this module Expand all Collapse all v1 v1.1.2 Jan 31, 2025 v1.1.1 Jan 30, 2025 Changes in this version + type BoxLayout struct + func NewBoxLayout(style lipgloss.Style, content tui.DimensionModel) *BoxLayout + func (l *BoxLayout) Init() tea.Cmd + func (l *BoxLayout) SetHeight(height int) + func (l *BoxLayout) SetWidth(width int) + func (l *BoxLayout) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (l *BoxLayout) View() string + type SidebarLayout struct + func NewSidebarLayout(sidebar, content, footer tui.DimensionModel) *SidebarLayout + func (l *SidebarLayout) Init() tea.Cmd + func (l *SidebarLayout) SetFooterHeight(height int) + func (l *SidebarLayout) SetSidebarVisible(visible bool) + func (l *SidebarLayout) SetSidebarWidth(width int) + func (l *SidebarLayout) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (l *SidebarLayout) View() string