Macro dmat_components::loading_bar
source · macro_rules! loading_bar { ($($methods:tt)*) => { ... }; }
Expand description
This macro is generated by the dominator-component-macros
crate.
For more information, see the LoadingBarProps.
All generated methods:
ⓘ
loading_bar! ({
.duration(<Duration>)
.iterations(<ProgressIndicatorIterations>)
.apply(<TApplyFn>)
});