Function Progressbar

Source
pub fn Progressbar<F, C>(props: ProgressbarProps<F, C>) -> impl IntoView
where F: Fn() -> f64 + Copy + 'static, C: Fn() -> &'static str + Copy + 'static,
Expand description

ยงRequired Props

  • progress: [F]
  • color: [C]
  • attrs: [Vec<(&'static str, Attribute)>]
  • children: ChildrenFn