Skip to main content

Terminal

Function Terminal 

Source
pub fn Terminal(props: TerminalProps) -> impl IntoView
Expand description

A scrollback terminal that renders lines (auto-scrolling to the bottom as they change) with a prompt sigil (defaulting to $) and an input row that fires on_input with the trimmed draft when Enter is pressed.

§Required Props

§Optional Props