Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.7.2

Tag

Tagは、アイテムを説明するキーワードを使用して分類または整理するコンポーネントです。

ソース@yamada-ui/tag

Props

TagProps

closeButtonProps

説明

Props for tag close button element.

タイプ

TagCloseButtonProps

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"

デフォルト

"primary"

disabled

説明

If true, the tag is disabled.

タイプ

boolean

デフォルト

false

endIcon

説明

Icon to be displayed to the end of the tag.

タイプ

ReactElement<any, string | JSXElementConstructor<any>>

isDisabled

非推奨

説明

If true, the tag is disabled.

非推奨

Use disabled instead.

タイプ

boolean

デフォルト

false

leftIcon

非推奨

説明

Icon to be displayed to the left of the tag.

非推奨

Use startIcon instead.

タイプ

ReactElement<any, string | JSXElementConstructor<any>>

onClose

説明

Function to be executed when the close button is clicked.

タイプ

MouseEventHandler<HTMLElement>

rightIcon

非推奨

説明

Icon to be displayed to the right of the tag.

非推奨

Use endIcon instead.

タイプ

ReactElement<any, string | JSXElementConstructor<any>>

size

説明

The size of the Tag.

タイプ

"sm" | "md" | "lg"

デフォルト

"md"

startIcon

説明

Icon to be displayed to the start of the tag.

タイプ

ReactElement<any, string | JSXElementConstructor<any>>

variant

説明

The variant of the Tag.

タイプ

"outline" | "solid" | "subtle" | "surface"

デフォルト

"subtle"

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

データディスプレイBadge