슬라이더 (Slider)
v-slider
컴포넌트는 숫자 입력을 위한 더 나은 시각화를 제공합니다. 사용의 숫자형 데이터를 수집하기 위해 사용도비니다.
API
Components.Sliders.
Components.Sliders.
Components.Sliders.
컨트롤에 색상을 지정
다크 테마를 적용
Components.Sliders.
수동으로 인풋을 에러 상태로 만듬
Components.Sliders.
인풋을 에러 상태로 만들고 커스텀 에러메시지를 전달. rules prop에 의해 발생하는 임이의 검증과 결합가능. 이 필드가 검증을 호출하지는 않습니다.
컴포넌트의 높이를 설정
Components.Sliders.
Components.Sliders.
Components.Sliders.
Components.Sliders.
라이트 테마를 적용
Components.Sliders.
최대 너비(maximum width)를 설정
Components.Sliders.
최소 너비(minimum width)를 설정
Components.Sliders.
Components.Sliders.
Components.Sliders.
True나 에러메시지 문자열을 반환하는 함수들의 배열
0 보다 크면 스텝 간격으로 쓰임
Components.Sliders.
Components.Sliders.
Thumb과 thumb 레이블 색상
thumb 레이블을 표시
Components.Sliders.
Components.Sliders.
Components.Sliders.
Components.Sliders.
Sets the track fill color
blur 이벤트까지 검증을 지연
표시여부를 조절 (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-icon
과 prepend-icon
prop을 이용하여 슬라이더에 아이콘을 추가할 수 있습니다.
수정가능한 숫자값 (With an editable numeric value)
슬라이더는 더 낳은 표현을 위해 다른 컴포넌트와 결합될 수 있습니다.
사용자지정 생상 (Custom colors)
color
, track-color
와 thumb-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.