textActive
Description
Optional. Adds a text for the Two State button in the pressed stateUsage
textActive?: string;
Example
<TwoState text="Click me" textActive="Working..."/>
Related article: Setting different content for each state
Related sample: Two State Button