Skip to content

Button with text and an icon in it

What it sounds like

Add, Button

We don’t want the screen reader to announce the icon (e.g. “plus icon”), so we hide it.

What it looks like

<button type="button">Add <span aria-hidden="true">+</span></button>