선택 컨트롤 (Selection controls)

선택 컨트롤 컴포넌트는 사용자가 옵션을 선택할 수 있도록 합니다.Selection control components allow a user to select options. 이 컴포넌트들은 자신의 상태를 관리하지 않기 때문에 반드시 v-model prop을 사용해야 합니다.

API

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

Components.SelectionControls.

이름
append-icon-cb
디폴트
null
타입
function

Components.SelectionControls.

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

Components.SelectionControls.

이름
color
디폴트
undefined
타입
string

컨트롤에 색상을 지정

이름
column
디폴트
true
타입
boolean

라디오 버튼을 열(column)로 표시

이름
dark
디폴트
false
타입
boolean

다크 테마를 적용

이름
disabled
디폴트
false
타입
boolean

인풋이 비활성화됨

이름
error
디폴트
false
타입
boolean

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

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

Components.SelectionControls.

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

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

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

컴포넌트의 높이를 설정

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

Components.SelectionControls.

이름
hint
디폴트
undefined
타입
string

Components.SelectionControls.

이름
label
디폴트
undefined
타입
string

인풋 레이블을 지정

이름
light
디폴트
false
타입
boolean

라이트 테마를 적용

이름
loading
디폴트
false
타입
boolean

Components.SelectionControls.

이름
mandatory
디폴트
true
타입
boolean

Forces a selection on a v-radio child

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

Components.SelectionControls.

이름
name
디폴트
undefined
타입
string

컴포넌트의 name 어트리뷰트를 설정

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

Components.SelectionControls.

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

Components.SelectionControls.

이름
prepend-icon-cb
디폴트
null
타입
function

Components.SelectionControls.

이름
readonly
디폴트
false
타입
boolean

Components.SelectionControls.

이름
row
디폴트
false
타입
boolean

라디오 버튼을 행(row)으로 표시

이름
rules
디폴트
[]
타입
array

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

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

Components.SelectionControls.

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

Components.SelectionControls.

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

blur 이벤트까지 검증을 지연

이름
value
디폴트
undefined
타입
any

Sets the value of the selection control component

이름
value-comparator
디폴트
null
타입
function

Components.SelectionControls.

예제

체크박스 - 불린 (Boolean)

체크박스 - 배열

체크박스 - 상태

체크박스 - 색깔

color prop를 이용하면 체크박스를 어떠한 내장 색(builtin colors) 이나 contextual 이름에 대응 하는 색으로 만들 수 있습니다.

체크박스 - textfield 를 이용한 Inline

라디오 - 기본

기본적으로는 라디오그룹이 반드시 필요합니다. 하지만 mandatory prop 을 사용해 바꿀 수 있습니다.

라디오 - 방향

라디오그룹은 행이나 열로 나타낼 수 있습니다. 기본값은 열(column)입니다.

라디오 - 색깔

color prop를 이용하면 라디오를 어떠한 내장 색(builtin colors) 이나 contextual 이름에 대응 하는 색으로 만들 수 있습니다.

스위치 - 불린

스위치 - 배열

스위치 - 상태

스위치 - 색깔

color prop를 이용하면 스위치를 어떠한 내장 색(builtin colors) 이나 contextual 이름에 대응 하는 색으로 만들 수 있습니다.

Label slot

Selection controls' labels can be defined in label slot - that will allow to use HTML content

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