package
1.0.0
Repository: https://github.com/charmbracelet/lipgloss.git
Documentation: pkg.go.dev

# Functions

DefaultEnumerator enumerates a tree.
DefaultIndenter indents a tree for nested trees and multiline content.
New returns a new tree.
NewFilter initializes a new Filter.
NewStringData returns a Data of strings.
Root returns a new tree with the root set.
RoundedEnumerator enumerates a tree with rounded edges.

# Structs

Filter applies a filter on some data.
Leaf is a node without children.
Style is the styling applied to the tree.
Tree implements a Node.

# Interfaces

Children is the interface that wraps the basic methods of a tree model.
Node defines a node in a tree.

# Type aliases

Enumerator enumerates a tree.
Indenter indents the children of a tree.
NodeChildren is the implementation of the Children interface with tree Nodes.
StyleFunc allows the tree to be styled per item.