Selection control components allow a user to select options. These components must be used with the v-model
prop as they do not maintain their own state.
간단한 예재부터 복잡한 예제까지 아래를 참고해서 앱 개발을 시작해 보세요.
color
prop를 이용하면 체크박스를 어떠한 내장 색(builtin colors) 이나 contextual 이름에 대응 하는 색으로 만들 수 있습니다.
기본적으로는 라디오그룹이 반드시 필요합니다. 하지만 mandatory
prop 을 사용해 바꿀 수 있습니다.
라디오그룹은 행이나 열로 나타낼 수 있습니다. 기본값은 열(column)입니다.
color
prop를 이용하면 라디오를 어떠한 내장 색(builtin colors) 이나 contextual 이름에 대응 하는 색으로 만들 수 있습니다.
color
prop를 이용하면 스위치를 어떠한 내장 색(builtin colors) 이나 contextual 이름에 대응 하는 색으로 만들 수 있습니다.
You can make switch render without elevation of thumb using flat
property.
You can make switch render in inset mode.
Selection controls' labels can be defined in label
slot - that will allow to use HTML content
더 읽을 준비 되었나요? 그렇다면 아래 설명서를 더 읽어보세요!