프로그레스 (Progress)

v-progress-circularv-progress-linear 컴포넌트는 사용자에게 데이터를 시각적으로 전달하는데 쓰입니다. 이들은 로딩, 프로세싱과 같은 확정되지 않은 진행 중인 상태를 표시할 수 있습니다. 이 컴포넌트들은 컴포넌트 컨테이너 안의 중앙에 표시되는 슬롯을 가지고 있습니다.

사용법

By default, progress circular uses the applications secondary color.

API

v-progress-circular
이름
button
디폴트
false
타입
boolean

사용하지 않음(Deprecated) - 없어질 예정

이름
color
디폴트
undefined
타입
string

컨트롤에 색상을 지정

이름
indeterminate
디폴트
false
타입
boolean

로딩 진행상태를 알 수 없을때 애니메이션을 계속 보여줌

이름
rotate
디폴트
0
타입
number | string

circle 을 회전. 단위: deg

이름
size
디폴트
32
타입
number | string

circle 지름. 단위: 픽셀

이름
value
디폴트
0
타입
number | string

현재 진행상태의 퍼센티지 값

이름
width
디폴트
4
타입
number | string

circle 의 stroke. 단위: 픽셀

예제

색 (Colored)

여러 다른 색이 사용될 수 있습니다.

불확정 상태 (Indeterminate)

불확정 원형(circular) 진행상태(progress)의 에니메이션은 영원히 지속됩니다.

크기와 너비 (Size & Width)

원형 프로그레스(progress circular) 컴포넌트는 여러 너비와 크기를 가질 수 있습니다.

회전 (Rotate)

프로그레스의 중심은 회전할 수 있습니다. (The progress origin can be rotated.)

확정적 상태 (Determinate)

선형 진행상태(progress linear) 컴포넌트는 v-model 에 의해 변경가능한 확정적 상태를 가질 수 있습니다.

불확정 상태 (Indeterminate)

원형(circular) 진행상태(progress) 컴포넌트처럼, 선형 진생상태는 불확정 상태를 가질 수 있습니다.

버퍼 (Buffer)

버퍼 상태는 두 값을 동시에 나타냅니다. 주된(primary) 값은 모델에 의해 제어되고 버퍼는 buffer-value prop에 의해 제어됩니다.

Query Indeterminate and Determinate

To query state is controlled by the truthiness of indeterminate with the query prop set to true.

커스텀 높이와 문맥상(contextual) 색상 (Custom height and contextual colors)

A custom height or contextual color can be applied to a progress bar. The bars primary color is your applications primary color.

사용자지정 색상

colorbackground-color prop을 사용해 색상을 정할 수 있습니다.

Edit this page | language on Github
Vuetify 3 is now available!The latest version of Vuetify is now available!
Learn about Vuetify 3's new features and functionality for modern Vue applications
Start exploringExplore