feat(web/circleprogress): add optional label (#33)

* feat(circle progress label)

* refactor(circleprogress): wrap in flex
This commit is contained in:
Sam Shanks
2022-05-31 18:30:54 +01:00
committed by GitHub
parent 6108016796
commit 4cd53eeb1b
2 changed files with 48 additions and 29 deletions

View File

@@ -128,7 +128,8 @@ function lib.progressCircle(data)
action = 'circleProgress',
data = {
duration = data.duration,
position = data.position
position = data.position,
label = data.label
}
})