DOM operations for the Leptos web framework, providing reactive DOM manipulation utilities.
# Cargo.toml
[dependencies]
leptos_dom = "0.8.8"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple HTML div element and mounts it to the body.
Compile for wasm32-unknown-unknown and use leptos::mount_to_body or similar.
No dependency data recorded yet.