Versions in this module Expand all Collapse all v0 v0.1.0 Dec 5, 2023 Changes in this version + type Model struct + func New(title string, opts ...Option) *Model + func (*Model) Init() tea.Cmd + func (m *Model) Height() int + func (m *Model) Resize(width, _ int) bubbles.Model + func (m *Model) Update(_ tea.Msg) (tea.Model, tea.Cmd) + func (m *Model) View() string + func (m *Model) Width() int + type Option func(*Model) + func WithBorder() Option + func WithDesc(desc string) Option + func WithVersion(ver string) Option