Skip to main content

Text Alignment

Atomic Props for controlling the alignment of text.

Atomic PropsCSS Properties
textLefttext-align: left;
textCentertext-align: center;
textRighttext-align: right ;
textJustifytext-align: justify;
textAlign={value}text-align: {value};

Usage

Use textLeft, textCenter, textRight, textJustify to control the alignment of the text.

Result
Loading...
Live Editor

textAlign Prop

Result
Loading...
Live Editor