Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SelectTabCmd ¶
SelectTabCmd is a bubbletea command that selects the tab at the given index.
Types ¶
type ActiveTabMsg ¶
type ActiveTabMsg int
ActiveTabMsg is a message that contains the index of the current active tab.
type SelectTabMsg ¶
type SelectTabMsg int
SelectTabMsg is a message that contains the index of the tab to select.
type Tabs ¶
type Tabs struct {
common.Common
TabSeparator lipgloss.Style
TabInactive lipgloss.Style
TabActive lipgloss.Style
TabDot lipgloss.Style
UseDot bool
// contains filtered or unexported fields
}
Tabs is bubbletea component that displays a list of tabs.
Click to show internal directories.
Click to hide internal directories.