Expand description
This module contains macros which implements html! macro and JSX-like templates
Re-exports§
pub use crate::html;
Macros§
- classes
- This macro provides a convenient way to create
Classes
. - html
- This macro implements JSX-like templates.
- html_
nested - This macro is similar to
html!
, but preserves the component type instead of wrapping it inHtml
. - props
- Build
Properties
outside of thehtml!
macro.