you need to put `ProgressBar` inside `bind`, like ...
# kvision
r
you need to put
ProgressBar
inside
bind
, like this:
Copy code
span().bind(playerStore) { player ->
                progressBar(player.attackBar.roundToInt(), 0, player.attackBarMax.roundToInt()) {
                    content = "......."
                } 
            }