# Text Decoration
locked
group
This option controls the text "decoration" of a component.
| Value | Description |
|---|---|
| Underline | Adds an underline to the text |
| No Underline | Removes any underlines that may be present |
| Line Through | Adds a line through the middle of the text (aka a "Strikethrough") |
| State | Description |
|---|---|
| Default | Sets the default text decoration |
| Hover | Sets the text decoration that displays when the component is being hovered over |
Check the Handling State guide for more details.
# Side Effects
None.