BetaBeta pública — Consulta las notas de lanzamiento
Documentación

Progress

Determinate and indeterminate progress indicator.

Paquete
@solidiom/progress
Versión
0.0.1-next.0
Estado
stable

Generado a partir del código fuente público del paquete.

API

Indicatorcomponente

                        Indicator(props: ProgressIndicatorProps): Element
                      

Propiedades

class?
string
style?
string | CSSProperties

hijos: Element

Ver código fuente

ProgressIndicatorPropsinterfaz

Propiedades

class?
string
style?
string | CSSProperties

hijos: Element

Ver código fuente

ProgressRootPropsinterfaz

Propiedades

aria-label?
string — Accessible label for the progress bar.
aria-labelledby?
string — ID of an element that labels this progress bar.
class?
string
max?
number — Maximum value. Defaults to 100.
style?
string | CSSProperties
value
number | null — Current value (0–max). Pass `null` for indeterminate.

hijos: Element

Ver código fuente

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?
string
max?
number — Maximum value. Defaults to 100.
style?
string | CSSProperties
value
number | null — Current value (0–max). Pass `null` for indeterminate.

hijos: Element

Ver código fuente