package
0.10.7
Repository: https://github.com/abdfnx/bubbles.git
Documentation: pkg.go.dev

# Functions

Blink is a command used to initialize cursor blinking.
NewModel creates a new model with default settings.
Paste is a command for pasting from the clipboard into the text input.

# Constants

Available cursor modes.
Available cursor modes.
Available cursor modes.
EchoNone displays nothing as characters are entered.
EchoNormal displays text as is.
EchoPassword displays the EchoCharacter mask instead of actual characters.

# Variables

NewModel creates a new model with default settings.

# Structs

Model is the Bubble Tea model for this text input element.

# Type aliases

CursorMode describes the behavior of the cursor.
EchoMode sets the input behavior of the text input field.