Progress
Determinate and indeterminate progress indicator.
Generated from the package's public source.
API
Indicatorcomponent
Indicator(props: ProgressIndicatorProps): Element
Props
class?stringstyle?string | CSSProperties
children: Element
ProgressIndicatorPropsinterface
Props
class?stringstyle?string | CSSProperties
children: Element
ProgressRootPropsinterface
Props
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.
children: Element
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?stringmax?number— Maximum value. Defaults to 100.style?string | CSSPropertiesvaluenumber | null— Current value (0–max). Pass `null` for indeterminate.
children: Element