Skip to main content

Text Decoration Style

Utilities for controlling the decoration line style of text.

Table of classes#

Class
Properties
text-decoration-dashed
{ textDecorationStyle: 'dashed' }
text-decoration-dotted
{ textDecorationStyle: 'dotted' }
text-decoration-double
{ textDecorationStyle: 'double' }
text-decoration-solid
{ textDecorationStyle: 'solid' }