Progress
Determinate and indeterminate progress indicator.
Generado a partir del código fuente público del paquete.
API
Indicatorcomponente
Indicator(props: ProgressIndicatorProps): Element
Propiedades
class?stringstyle?string | CSSProperties
hijos: Element
ProgressIndicatorPropsinterfaz
Propiedades
class?stringstyle?string | CSSProperties
hijos: Element
ProgressRootPropsinterfaz
Propiedades
aria-label?string— Accessible label for the progress bar.aria-labelledby?string— ID of an element that labels this progress bar.class?stringmax?number— Maximum value. Defaults to 100.style?string | CSSPropertiesvaluenumber | null— Current value (0–max). Pass `null` for indeterminate.
hijos: Element
Rootcomponente
Root(props: ProgressRootProps): Element
Propiedades
aria-label?string— Accessible label for the progress bar.aria-labelledby?string— ID of an element that labels this progress bar.class?stringmax?number— Maximum value. Defaults to 100.style?string | CSSPropertiesvaluenumber | null— Current value (0–max). Pass `null` for indeterminate.
hijos: Element