Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

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"

isDisabled

説明

If true, the tag is disabled.

タイプ

boolean

デフォルト

false

leftIcon

説明

Icon to be displayed to the left of the tag.

タイプ

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.

タイプ

ReactElement<any, string | JSXElementConstructor<any>>

size

説明

The size of the Tag.

タイプ

"sm" | "md" | "lg"

デフォルト

"md"

variant

説明

The variant of the Tag.

タイプ

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

デフォルト

"subtle"

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

データディスプレイBadge