header

package
v0.0.0-...-e0cbe86 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

type Model struct {
	Styles *Styles
	// contains filtered or unexported fields
}

func New

func New(name, version, description string) Model

func (Model) Height

func (m Model) Height() int

func (Model) Init

func (m Model) Init() tea.Cmd

func (Model) Reset

func (m Model) Reset() Model

func (Model) Resize

func (m Model) Resize(width, height int) component.Model

func (Model) Update

func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (Model) UpdateName

func (m Model) UpdateName(msg message.SelectedBoard) Model

func (Model) View

func (m Model) View() string

func (Model) Width

func (m Model) Width() int

type Styles

type Styles struct {
	Name        lipgloss.Style
	Description lipgloss.Style
	Version     lipgloss.Style
	Border      lipgloss.Style
}

func DefaultStyles

func DefaultStyles() *Styles

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL