로고SEED Design
Select Box

Radio Select Box

이 문서는 정리 중이에요. 문의 내용은 #_design_core 채널을 찾아주세요.

Installation

npx @seed-design/cli@latest add select-box

Props

RadioSelectBoxRoot

PropTypeDefault
asChild?
boolean
false
onValueChange?
((value: string) => void)
-
defaultValue?
string
-
value?
string
-
form?
string
-
name?
string
-
disabled?
boolean
-

RadioSelectBoxItem

PropTypeDefault
asChild?
boolean
false
invalid?
boolean
-
disabled?
boolean
-
value?
string
-
rootRef?
Ref<HTMLLabelElement>
-
inputProps?
InputHTMLAttributes<HTMLInputElement>
-
description?
string
-
label?
string
-

Examples

React Hook Form

On this page