taino-edit-dioxus — the Dioxus adapter for taino-edit.
Mirrors taino-edit-leptos: a [TainoEditor] component takes a
[Signal<EditorState>] and mounts a [taino_edit_dom::EditorView]
inside its rendered <div>, reconciling the DOM on every signal
change.
Status: Phase v0.2 minimum-viable adapter. The Leptos adapter is the
full-featured reference; this is the second-framework proof that the
core / dom layers are framework-agnostic in practice and not just
in theory. Full event-wiring parity (input → transform round-trip,
IME, paste, selectionchange) lands in v0.2.x — the platform pieces it
needs are already shipped.