The text button is primarily used for links to additional information, and its message delivery can be enhanced with prefix/suffix icons.

1. Root : The top-level container area wrapping the button
2. Label : Button label
3. Icon(Prefix) : An icon that provides visual context to the label
4. Icon(Suffix) : An icon that provides visual context to the label
States
| State | Value | Description |
|---|
| Pressed | Boolean | Changes to True when being clicked via touch |
| Disabled | Boolean | If True, the button becomes non-interactive |
| Loading | Boolean | If True, a loader is displayed inside the button and it becomes non-interactive |

Properties
| State | Value | Description |
|---|
| Size | Medium, Small | You can choose the size option for the button. |
