Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Header = lipgloss.JoinHorizontal(lipgloss.Bottom, style.Logo.Render(logoStr), " ", style.Regular.Render(installStr))
Functions ¶
This section is empty.
Types ¶
type ListItemDelegate ¶
type ListItemDelegate struct{}
func (ListItemDelegate) Height ¶
func (d ListItemDelegate) Height() int
func (ListItemDelegate) Spacing ¶
func (d ListItemDelegate) Spacing() int
type SimpleListItem ¶
type SimpleListItem struct {
// contains filtered or unexported fields
}
func NewSimpleListItem ¶
func NewSimpleListItem(id int, value string) SimpleListItem
func (SimpleListItem) FilterValue ¶
func (s SimpleListItem) FilterValue() string
func (SimpleListItem) ID ¶
func (s SimpleListItem) ID() int
func (SimpleListItem) String ¶
func (s SimpleListItem) String() string
Click to show internal directories.
Click to hide internal directories.