title
Description
Optional. Sets a tooltip text with additional info about the controlUsage
title?: string;
Example
<TwoState title="Click me and I will change my state">Click Me</TwoState>
Related article: Adding a title
Related sample: Two State Button