pub fn Progressbar<F, C>(props: ProgressbarProps<F, C>) -> impl IntoViewwhere F: Fn() -> f64 + Copy + 'static, C: Fn() -> &'static str + Copy + 'static,
F
C
Vec<(&'static str, Attribute)>
ChildrenFn