슬라이더 (Slider)

v-slider 컴포넌트는 숫자 입력을 위한 더 나은 시각화를 제공합니다. 사용의 숫자형 데이터를 수집하기 위해 사용도비니다.

사용법

슬라이더는 사용자가 단일 값을 선택할 수 있는 바를 따라 값의 범위를 반영합니다. 그것은 볼륨, 밝기 또는 이미지 필터의 적용과 같은 설정을 조정하는 데 이상적입니다.

API

v-slider
이름
always-dirty New in — v1.1
디폴트
false
타입
boolean

Components.Sliders.

이름
append-icon
디폴트
undefined
타입
string

Components.Sliders.

이름
background-color
디폴트
undefined
타입
string

Components.Sliders.

이름
color
디폴트
undefined
타입
string

컨트롤에 색상을 지정

이름
dark
디폴트
false
타입
boolean

다크 테마를 적용

이름
disabled
디폴트
false
타입
boolean

Components.Sliders.

이름
error
디폴트
false
타입
boolean

수동으로 인풋을 에러 상태로 만듬

이름
error-count
디폴트
1
타입
number | string

Components.Sliders.

이름
error-messages
디폴트
[]
타입
string | array

인풋을 에러 상태로 만들고 커스텀 에러메시지를 전달. rules prop에 의해 발생하는 임이의 검증과 결합가능. 이 필드가 검증을 호출하지는 않습니다.

이름
height
디폴트
undefined
타입
number | string

컴포넌트의 높이를 설정

이름
hide-details
디폴트
false
타입
boolean

Components.Sliders.

이름
hint
디폴트
undefined
타입
string

Components.Sliders.

이름
inverse-label New in — v1.1
디폴트
false
타입
boolean

Components.Sliders.

이름
label
디폴트
undefined
타입
string

Components.Sliders.

이름
light
디폴트
false
타입
boolean

라이트 테마를 적용

이름
loading
디폴트
false
타입
boolean | string

Components.Sliders.

이름
max
디폴트
100
타입
number | string

최대 너비(maximum width)를 설정

이름
messages
디폴트
[]
타입
string | array

Components.Sliders.

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

최소 너비(minimum width)를 설정

이름
persistent-hint
디폴트
false
타입
boolean

Components.Sliders.

이름
prepend-icon
디폴트
undefined
타입
string

Components.Sliders.

이름
readonly
디폴트
false
타입
boolean

Components.Sliders.

이름
rules
디폴트
[]
타입
array

True나 에러메시지 문자열을 반환하는 함수들의 배열

이름
step
디폴트
1
타입
number | string

0 보다 크면 스텝 간격으로 쓰임

이름
success New in — v1.1
디폴트
false
타입
boolean

Components.Sliders.

이름
success-messages New in — v1.1
디폴트
[]
타입
string | array

Components.Sliders.

이름
thumb-color
디폴트
undefined
타입
string

Thumb과 thumb 레이블 색상

이름
thumb-label
디폴트
undefined
타입
boolean | string

thumb 레이블을 표시

이름
thumb-size New in — v1.1
디폴트
32
타입
number | string

Components.Sliders.

이름
tick-labels New in — v1.1
디폴트
[]
타입
array

Components.Sliders.

이름
tick-size New in — v1.1
디폴트
1
타입
number | string

Components.Sliders.

이름
ticks
디폴트
false
타입
boolean | string

Components.Sliders.

이름
track-color
디폴트
undefined
타입
string

Sets the track fill color

이름
validate-on-blur
디폴트
false
타입
boolean

blur 이벤트까지 검증을 지연

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

표시여부를 조절 (Controls visibility)

예제

Thumb

You can display a thumb-label while sliding or always. It It can have a custom color by setting thumb-color and a custom size with thumb-size. With always-dirty its color will never change, even when on min value.

Custom Range slider

Using the tick-labels prop along with a scoped slot, you can create a very customized solution.

눈금 (Ticks)

눈금 마크(Tick marks)는 사용자가 슬라이더를 이동할 수 있는 미리 결정된 값을 나타냅니다.

불연속 (Discrete)

불연속(Discrete) 슬라이더는 정확한 현재 값을 보여주기 위한 작은 레이블(Thumb label)을 제공합니다. step prop를 이용하여 step 을 이외의 값을 선택하는 것을 방지할 수 있습니다.

아이콘 (Icons)

append-iconprepend-icon prop을 이용하여 슬라이더에 아이콘을 추가할 수 있습니다.

수정가능한 숫자값 (With an editable numeric value)

슬라이더는 더 낳은 표현을 위해 다른 컴포넌트와 결합될 수 있습니다.

사용자지정 생상 (Custom colors)

color, track-colorthumb-color prop들을 이용해 슬라이더의 색상을 정의할 수 있습니다.

Validation

Vuetify includes simple validation through the rules prop. The prop accepts an array of callbacks. While validating rules, the current v-model value will be passed to the callback. This callback should return either true or a String, the error message.

Range

Range sliders.

Min & Max values

You can set min and max values of sliders.

Metronome

Use slotted prepend and append icons to easily customize the v-slider to fit any situation.

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