Text Alignment
Atomic Props for controlling the alignment of text.
| Atomic Props | CSS Properties |
|---|---|
| textLeft | text-align: left; |
| textCenter | text-align: center; |
| textRight | text-align: right ; |
| textJustify | text-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