Working with an app I'm developing, I have a list of members that have various information (Name, time remaining, a few buttons).
For my app, I think it would be neat to integrate a ProgressBar to display how much time they have left. But, I specifically think it would be neat if this ProgressBar could contain items within it (kind of like a card!), so that instead of having a bar scrolling along the bottom of each member, the member itself is a bar, and within the ProgressBar there's their name, the time left, and the action buttons.
Another viability for this would be to have value and text disconnected from each other, which I don't believe is caked into the ProgressBar implementation. eg: use x for the value of the bar, but display "Name: x" on the ProgressBar.
Has anyone found a workaround for this without heavy CSS usage? It would be a really neat feature to have for my app!