Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.7.2

IconButton

IconButtonは、ボタン内にアイコンを表示するコンポーネントです。

ソース@yamada-ui/button

Props

IconButtonProps

active

説明

If true, the button is represented as active.

タイプ

boolean

デフォルト

false

disableRipple

説明

If true, disable ripple effects when pressing a element.

タイプ

boolean

デフォルト

false

fullRounded

説明

If true, the button is full rounded. Else, it'll be slightly round.

タイプ

boolean

デフォルト

false

icon

説明

The icon to be used in the button.

タイプ

ReactElement<any, string | JSXElementConstructor<any>>

isActive

非推奨

説明

If true, the button is represented as active.

非推奨

Use active instead.

タイプ

boolean

デフォルト

false

isDisabled

非推奨

説明

If true, the button is disabled.

非推奨

Use disabled instead.

タイプ

boolean

デフォルト

false

isLoading

非推奨

説明

If true, the loading state of the button is represented.

非推奨

Use loading instead.

タイプ

boolean

デフォルト

false

isRounded

非推奨

説明

If true, the button is full rounded. Else, it'll be slightly round.

非推奨

Use fullRounded instead.

タイプ

boolean

デフォルト

false

loading

説明

If true, the loading state of the button is represented.

タイプ

boolean

デフォルト

false

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

ButtonInput