Text Transform
Utilities for controlling the transformation of text.
#
Table of classesClass
Properties
uppercase
{ textTransform: 'uppercase' }
lowercase
{ textTransform: 'lowercase' }
capitalize
{ textTransform: 'capitalize' }
normal-case
{ textTransform: 'none' }