This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.

Module macros

Source
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 in Html.
props
Build Properties outside of the html! macro.