Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TitledViewport ¶
type TitledViewport struct {
// contains filtered or unexported fields
}
func NewTitledViewport ¶
func NewTitledViewport(name string, color lipgloss.Color, content string) TitledViewport
func (TitledViewport) Init ¶
func (m TitledViewport) Init() tea.Cmd
func (TitledViewport) Update ¶
func (m TitledViewport) Update(msg tea.Msg) (TitledViewport, tea.Cmd)
func (TitledViewport) View ¶
func (m TitledViewport) View() string
func (TitledViewport) Width ¶
func (m TitledViewport) Width() int
Click to show internal directories.
Click to hide internal directories.