Skip to main content

Module input

Module input 

Source
Expand description

Text input component for the REPL interface.

Provides a styled text input with submit button for entering English sentences. Handles Enter key submission.

§Props

  • on_send - Callback invoked with the input text when submitted

Re-exports§

pub use InputArea_completions::Component::InputArea;

Structs§

InputAreaProps
Properties for the InputArea component.

Functions§

InputArea
Text input area with submit button.