breadcrumb

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package Breadcrumb is a component that consumes a pointer ot a navstack.Model and renders a breadcrumb trail. It is used to give the user a sense of where they are in the application.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BreadcrumbStyles struct {
	Frame     lipgloss.Style
	Delimiter string
}

func DefaultStyles added in v0.1.3

func DefaultStyles() BreadcrumbStyles

type Model

type Model struct {
	Navstack *navstack.Model
	Styles   BreadcrumbStyles
}

func New

func New(n *navstack.Model) Model

func (Model) Init

func (m Model) Init() tea.Cmd

func (Model) Update

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

func (Model) View

func (m Model) View() string

Jump to

Keyboard shortcuts

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