You are reading docs for v1.3.1, click here for the latest version.
프로그레스 (Progress)

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" />

Props

이름타입설명
valueNumber최대값을 기준으로한 현재 진행 상태.
maxValueNumber진행상태의 최대값. 기본값은 100.

이벤트

이름설명
valueChangevalue 프로퍼티가 바뀔때 발생

네이티브 컴포넌트

AndroidiOS
android.widget.ProgressBar (indeterminate = false)UIProgressView
Contributors