BetaPublic beta — Read the release notes
Documentation

Progress

Determinate and indeterminate progress indicator.

Package
@solidiom/progress
Version
0.0.1-next.0
Status
stable

Generated from the package's public source.

API

Indicatorcomponent

                        Indicator(props: ProgressIndicatorProps): Element
                      

Props

class?
string
style?
string | CSSProperties

children: Element

View source

ProgressIndicatorPropsinterface

Props

class?
string
style?
string | CSSProperties

children: Element

View source

ProgressRootPropsinterface

Props

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.

children: Element

View source

Rootcomponent

                        Root(props: ProgressRootProps): Element
                      

Props

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.

children: Element

View source