value
必須説明
The value of the segmented control button.
タイプ
string
Yamada UIにスターをあげる
スターSegmentedControl
は、ユーザーが複数の選択肢の中から1つを選択するための使用されるコンポーネントです。
説明
The value of the segmented control button.
タイプ
string
説明
If true
, the segmented control will be disabled.
タイプ
boolean
デフォルト
false
説明
If true
, the segmented control will be readonly.
タイプ
boolean
デフォルト
false
説明
Props for motion component.
タイプ
MotionProps
説明
The callback fired when any children radio is checked or unchecked.
タイプ
ChangeEventHandler<HTMLInputElement>
説明
The visual color appearance of the component.
タイプ
"blackAlpha" | "whiteAlpha" | "amber" | "blue" | "info" | "link" | "primary" | "cyan" | "emerald" | "flashy" | "fuchsia" | "gray" | "green" | "success" | "indigo" | "lime" | "neutral" | "orange" | "warning" | "pink" | "purple" | "red" | "danger" | "rose" | "sky" | "teal" | "violet" | "secondary" | "yellow"
説明
The initial value of the segmented control.
タイプ
string
説明
If true
, the segmented control will be disabled.
タイプ
boolean
デフォルト
false
説明
If true
, the segmented control will be readonly.
タイプ
boolean
デフォルト
false
説明
If provided, generate segmented control buttons but based on items.
タイプ
SegmentedControlItem[]
デフォルト
'[]'
説明
The HTML name
attribute used for forms.
タイプ
string
説明
The callback fired when any children radio is checked or unchecked.
タイプ
(value: string) => void
説明
The size of the SegmentedControl.
タイプ
"sm" | "md" | "lg"
デフォルト
"md"
説明
The value of the segmented control.
タイプ
string
説明
The variant of the SegmentedControl.
タイプ
"basic" | "rounded"
デフォルト
"basic"
GitHubでこのページを編集する