Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

SegmentedControl

SegmentedControlは、ユーザーが複数の選択肢の中から1つを選択するための使用されるコンポーネントです。

ソース@yamada-ui/segmented-control

Props

SegmentedControlButtonProps

value

必須

説明

The value of the segmented control button.

タイプ

string

isDisabled

説明

If true, the segmented control will be disabled.

タイプ

boolean

デフォルト

false

isReadOnly

説明

If true, the segmented control will be readonly.

タイプ

boolean

デフォルト

false

motionProps

説明

Props for motion component.

タイプ

MotionProps

onChange

説明

The callback fired when any children radio is checked or unchecked.

タイプ

ChangeEventHandler<HTMLInputElement>

SegmentedControlProps

colorScheme

説明

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"

defaultValue

説明

The initial value of the segmented control.

タイプ

string

isDisabled

説明

If true, the segmented control will be disabled.

タイプ

boolean

デフォルト

false

isReadOnly

説明

If true, the segmented control will be readonly.

タイプ

boolean

デフォルト

false

items

説明

If provided, generate segmented control buttons but based on items.

タイプ

SegmentedControlItem[]

デフォルト

'[]'

name

説明

The HTML name attribute used for forms.

タイプ

string

onChange

説明

The callback fired when any children radio is checked or unchecked.

タイプ

(value: string) => void

size

説明

The size of the SegmentedControl.

タイプ

"sm" | "md" | "lg"

デフォルト

"md"

value

説明

The value of the segmented control.

タイプ

string

variant

説明

The variant of the SegmentedControl.

タイプ

"basic" | "rounded"

デフォルト

"basic"

GitHubでこのページを編集する

Ratingデータディスプレイ