I'd love to see an indeterminate progress for grluestack-ui. Currently it seems like the spinner is the only option for showing indeterminate progress.
Here is an example from material design: https://m2.material.io/components/progress-indicators
Problem Statement
When reloading or refetching data a slim indeterminate progress bar is ideal to indicate that data is updated in the backgound, without temporarily replacing current contents with a spinner, or in other ways adjusting the UI to make space for at spinner.
Proposed Solution or API
Either adding an isIndeterminate prop or allowing indeterminate as a value in the Progress component or add an isLinear prop to the Spinner component.
Alternatives
No response
Additional Information
There is a $indeterminate prop on the Progress component, but to me it doesn't seem to do anything.
Description
I'd love to see an indeterminate progress for grluestack-ui. Currently it seems like the spinner is the only option for showing indeterminate progress. Here is an example from material design: https://m2.material.io/components/progress-indicators
Problem Statement
When reloading or refetching data a slim indeterminate progress bar is ideal to indicate that data is updated in the backgound, without temporarily replacing current contents with a spinner, or in other ways adjusting the UI to make space for at spinner.
Proposed Solution or API
Either adding an
isIndeterminate
prop or allowingindeterminate
as a value in theProgress
component or add anisLinear
prop to theSpinner
component.Alternatives
No response
Additional Information
There is a
$indeterminate
prop on theProgress
component, but to me it doesn't seem to do anything.