Documentation ¶
Overview ¶
Package buttonbar provides a bubbletea component that displays an inline list of buttons.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveBtnMsg ¶
type ActiveBtnMsg int
ActiveBtnMsg is a message that contains the index of the current active button.
type ButtonBar ¶
type ButtonBar struct { SeparatorStyle lipgloss.Style FocusedStyle lipgloss.Style BlurredStyle lipgloss.Style // contains filtered or unexported fields }
ButtonBar is bubbletea component that displays an inline list of buttons.
type SelectBtnMsg ¶
type SelectBtnMsg int
SelectBtnMsg is a message that contains the index of the button to select.
Click to show internal directories.
Click to hide internal directories.