closeButtonProps
説明
Props for tag close button element.
タイプ
TagCloseButtonProps
Yamada UIにスターをあげる
スターTag
は、アイテムを説明するキーワードを使用して分類または整理するコンポーネントです。
説明
Props for tag close button element.
タイプ
TagCloseButtonProps
説明
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"
説明
If true
, the tag is disabled.
タイプ
boolean
デフォルト
false
説明
Icon to be displayed to the end of the tag.
タイプ
ReactElement<any, string | JSXElementConstructor<any>>
説明
If true
, the tag is disabled.
非推奨
Use disabled
instead.
タイプ
boolean
デフォルト
false
説明
Icon to be displayed to the left of the tag.
非推奨
Use startIcon
instead.
タイプ
ReactElement<any, string | JSXElementConstructor<any>>
説明
Function to be executed when the close button is clicked.
タイプ
MouseEventHandler<HTMLElement>
説明
Icon to be displayed to the right of the tag.
非推奨
Use endIcon
instead.
タイプ
ReactElement<any, string | JSXElementConstructor<any>>
説明
The size of the Tag.
タイプ
"sm" | "md" | "lg"
デフォルト
"md"
説明
Icon to be displayed to the start of the tag.
タイプ
ReactElement<any, string | JSXElementConstructor<any>>
説明
The variant of the Tag.
タイプ
"outline" | "solid" | "subtle" | "surface"
デフォルト
"subtle"
GitHubでこのページを編集する