Versions in this module Expand all Collapse all v0 v0.1.1 Sep 3, 2022 v0.1.0 Sep 3, 2022 Changes in this version + const Height + type Model struct + Height uint + TitleStyle lipgloss.Style + Width uint + func New(totalTabs uint) Model + func (m *Model) SetTabModels(models []tea.Model) + func (m *Model) SetTabTitles(titles []string) + func (m *Model) SetTitleStyle(titleStyle lipgloss.Style) + func (m *Model) SetWidth(width uint) + func (m *Model) TabModels() []tea.Model + func (m *Model) TabTitles() []string + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (m Model) View() string