Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

Input

Inputは、ユーザーからのテキスト入力を取得するために使用されるコンポーネントです。

ソース@yamada-ui/input

Props

InputProps

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"

errorBorderColor

説明

The border color when the input is invalid.

タイプ

"border" | BorderColor | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | ... 320 more ... | [...]

focusBorderColor

説明

The border color when the input is focused.

タイプ

"border" | BorderColor | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | ... 320 more ... | [...]

htmlSize

説明

The native HTML size attribute to be passed to the input.

タイプ

number

isDisabled

説明

If true, the form control will be disabled.

タイプ

boolean

デフォルト

false

isInvalid

説明

If true, the form control will be invalid.

タイプ

boolean

デフォルト

false

isReadOnly

説明

If true, the form control will be readonly.

タイプ

boolean

デフォルト

false

isRequired

説明

If true, the form control will be required.

タイプ

boolean

デフォルト

false

size

説明

The size of the Input.

タイプ

"xs" | "sm" | "md" | "lg" | "xl"

デフォルト

"md"

variant

説明

The variant of the Input.

タイプ

"filled" | "flushed" | "outline" | "unstyled"

デフォルト

"outline"

InputAddonProps

placement

説明

The placement of the element.

タイプ

"left" | "right"

デフォルト

'left'

InputElementProps

isClick

非推奨

説明

If true, the element clickable.

非推奨

Use isClickable instead.

タイプ

boolean

デフォルト

false

isClickable

説明

If true, the element clickable.

タイプ

boolean

デフォルト

false

placement

説明

The placement of the element.

タイプ

"left" | "right"

デフォルト

'left'

InputGroupProps

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

IconButtonNumberInput