8 lines
145 B
Text
8 lines
145 B
Text
|
|
-- DreamStack Progress Component
|
||
|
|
-- Animated progress bar with percentage
|
||
|
|
|
||
|
|
export component Progress(value) =
|
||
|
|
column [
|
||
|
|
text "{value}%"
|
||
|
|
]
|