createSimpleProgress(value: number,props?: Omit<ProgressProps, "value" | "showLabel">): HTMLDivElement
Create a simple progress bar without container
optional
props: Omit<ProgressProps, "value" | "showLabel">
createSimpleProgress(value: number,props?: Omit<ProgressProps, "value" | "showLabel">): HTMLDivElement
Create a simple progress bar without container
props: Omit<ProgressProps, "value" | "showLabel">
import { createSimpleProgress } from ".";