xilem_web 0.4.0

HTML DOM frontend for the Xilem Rust UI framework.
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2024 the Xilem Authors
// SPDX-License-Identifier: Apache-2.0

//! This module contains the state (called props in this crate) of the virtual DOM.

mod element;
pub use element::*;

mod html_input_element;
pub use html_input_element::*;