Skip to main content

CodeEditor

Function CodeEditor 

Source
pub fn CodeEditor(props: CodeEditorProps) -> impl IntoView
Expand description

A single-buffer code editor: a transparent textarea over a highlighted <pre> overlay, with an optional line-number gutter (marking lines in diagnostics as errors), a fixed height or fill mode, and an optional Ctrl/Cmd+F find bar for find/replace over the value signal.

§Required Props

§Optional Props