Crate rstml_component_macro

Source

Macros§

html
write_html

Attribute Macros§

component
Turns a function into a component function, arguments to the attribute macro are the visibility for the generated struct and the name of the struct. The function should return impl HtmlContent.

Derive Macros§

HtmlComponent