Skip to content

Button with just an icon in it

What it sounds like

Add, Button

We want to provide a more useful name than “plus”, so we add an aria-label. This overrides any text present in the button.

What it looks like

<button type="button" aria-label="Add a question">+</button>