How to change title of Ionicon?

I want to change the text that appears when you hover an icon.

How can you change the title tag of the Ionicon?

I’m using React.

None of these work:

<IonIcon
icon={…}
title=“Some text”
alt=“Some text”
name=“Some text”
/>

2 Likes

I have same problem any help ???

Sad to see accessibility not to be an important part of ionic.