IconButton
IconButton
は、ボタン内にアイコンを表示するコンポーネントです。
aria-label
を設定すると、スクリーンリーダーによって読み上げられます。
<IconButton aria-label="Plus" icon={<Plus />} />
GitHubでこのページを編集する
Yamada UIにスターをあげる
スターIconButton
は、ボタン内にアイコンを表示するコンポーネントです。
aria-label
を設定すると、スクリーンリーダーによって読み上げられます。
<IconButton aria-label="Plus" icon={<Plus />} />
GitHubでこのページを編集する