Open mridang opened 2 months ago
This actually needs to be first supported by standard flowbite library.
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.