Expand description
Multi-line text editor component.
Provides a styled textarea for entering English sentences. Supports controlled input with external value management.
§Components
Editor- Controlled textarea with value propLiveEditor- Uncontrolled textarea with real-time updates
§Props
value- Current editor contenton_change- Callback with new content on each keystrokeplaceholder- Optional placeholder text
Re-exports§
pub use Editor_completions::Component::Editor;pub use LiveEditor_completions::Component::LiveEditor;
Structs§
- Editor
Props - Properties for the
Editorcomponent. - Live
Editor Props - Properties for the
LiveEditorcomponent.
Functions§
- Editor
- Props
- Live
Editor - Props