This is an overview of the most common usage of 프로그레스 (Progress). For more information about the available properties, methods, or events, head over to the complete API documentation for 프로그레스 (Progress).
프로그레스(Progress) 컴포넌트는 진행상태를 시각적으로 보여주는 바(막대)입니다.
<Progress :value="currentProgress" />
이름 | 타입 | 설명 |
---|---|---|
value | Number | 최대값을 기준으로한 현재 진행 상태. |
maxValue | Number | 진행상태의 최대값. 기본값은 100 . |
이름 | 설명 |
---|---|
valueChange | value 프로퍼티가 바뀔때 발생 |
Android | iOS |
---|---|
android.widget.ProgressBar (indeterminate = false) | UIProgressView |