Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.5.1

IconButton

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

ソース@yamada-ui/button

Props

IconButtonProps

disableRipple

説明

If true, disable ripple effects when pressing a element.

タイプ

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.

タイプ

boolean

デフォルト

false

isDisabled

説明

If true, the button is disabled.

タイプ

boolean

デフォルト

false

isLoading

説明

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

タイプ

boolean

デフォルト

false

isRounded

説明

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

タイプ

boolean

デフォルト

false

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

ButtonInput