Crate sycamore_macro

Source
Expand description

Proc-macros used in Sycamore.

Macros§

view
A macro for ergonomically creating complex UI complex layouts.

Attribute Macros§

cfg_not_ssr
A macro for feature gating code that should only be run on the web.
cfg_ssr
A macro for feature gating code that should only be run on the server.
component
A macro for creating components from functions.

Derive Macros§

Props
The derive macro for Props. The macro creates a builder-like API used in the view! macro.