title
Description
Optional. Sets a tooltip text with additional info about the controlUsage
title?: string;
Example
<Button onClick={onclick} title="Click me and I will do nothing">Click Me</Button>
Related article: Adding a title
Related sample: Button