Skip to main content

Text Decoration Line

Utilities for controlling the decoration line of text.

Table of classes#

Class
Properties
line-through
{ textDecorationLine: 'line-through' }
underline
{ textDecorationLine: 'underline' }
no-text-line
{ textDecorationLine: 'none' }
line-through-underline
{ textDecorationLine: 'line-through-underline' }