Macro dmat_components::container
source · macro_rules! container { ($($methods:tt)*) => { ... }; }
Expand description
This macro is generated by the dominator-component-macros
crate.
For more information, see the ContainerProps.
All generated methods:
ⓘ
container! ({
.children(<Into<Vec<Dom>>>)
.children_signal_vec(<TchildrenSignal : futures_signals :: signal_vec :: SignalVec < Item = Dom >>)
.apply(<TApplyFn>)
});