mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2025-01-06 03:54:33 +03:00
moved progress bar to count
This commit is contained in:
parent
9db913f66a
commit
5d57b840c6
17
src/Main.elm
17
src/Main.elm
@ -171,6 +171,15 @@ counter model =
|
||||
]
|
||||
[]
|
||||
]
|
||||
|
||||
Native.progress
|
||||
[ NA.value "50"
|
||||
, NA.maxValue "100"
|
||||
, NA.backgroundColor "red"
|
||||
, NA.color "green"
|
||||
, NA.scaleY "2"
|
||||
]
|
||||
[]
|
||||
-}
|
||||
|
||||
|
||||
@ -186,14 +195,6 @@ detailsPage model =
|
||||
, NA.fontSize "40"
|
||||
]
|
||||
[]
|
||||
, Native.progress
|
||||
[ NA.value "50"
|
||||
, NA.maxValue "100"
|
||||
, NA.backgroundColor "red"
|
||||
, NA.color "green"
|
||||
, NA.scaleY "2"
|
||||
]
|
||||
[]
|
||||
]
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user