You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the Issues to see if this bug has already been reported
I have tested the latest version
Summary
There is a progress component but it doesn't support an indeterminate mode. I'm unsure how to add this as I'm still dealing with the steep learning curve here. I've found an example.
The base flowbite could also use the native <progress /> HTML element.
It has default indeterminate animation when the value is null.
The indeterminate state can be styled with :indeterminate selector and the bar with ::progress-bar pseudo element.
Summary
There is a progress component but it doesn't support an indeterminate mode. I'm unsure how to add this as I'm still dealing with the steep learning curve here. I've found an example.
https://www.creative-tim.com/twcomponents/component/indeterminate-progress-bar
The link may die so I've cannibalised the markup to show how other's have accomplished this.
Context
I want to show a progress bar that is indeterminate.
The text was updated successfully, but these errors were encountered: