struct

Bubbles::TextInput::StyleState

Inherits Struct < Value < Object

StyleState that will be applied to the text area.

StyleState can be applied to focused and unfocused states to change the styles depending on the focus state.

Constructors

new(text : Lipgloss::Style = Lipgloss::Style.new, placeholder : Lipgloss::Style = Lipgloss::Style.new, suggestion : Lipgloss::Style = Lipgloss::Style.new, prompt : Lipgloss::Style = Lipgloss::Style.new)
Source

Instance methods

placeholder
Source
placeholder=(placeholder : Lipgloss::Style)
Source
prompt
Source
prompt=(prompt : Lipgloss::Style)
Source
suggestion
Source
suggestion=(suggestion : Lipgloss::Style)
Source
text
Source
text=(text : Lipgloss::Style)
Source