Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Style = lipgloss.NewStyle().Height(25).Width(80). Align(lipgloss.Center, lipgloss.Center). BorderStyle(lipgloss.ThickBorder()). Margin(0, 3) )
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
TextInput textinput.Model
DisplayName textinput.Model
Bio textinput.Model
Step int // 0=username, 1=display name, 2=bio
Error string
Err util.ErrMsg
}
func InitialModel ¶
func InitialModel() Model
func (Model) ViewWithWidth ¶ added in v1.1.0
ViewWithWidth renders the view with proper width accounting for border and margins
Click to show internal directories.
Click to hide internal directories.