Close icon
Close icon(クローズアイコン)はモーダルやアラートなどのコンテントの閉じるボタンに活用できます。
スクリーンリーダーのために aria-label
を追加しましょう。
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
v4.2
Close icon(クローズアイコン)はモーダルやアラートなどのコンテントの閉じるボタンに活用できます。
スクリーンリーダーのために aria-label
を追加しましょう。
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
v4.2