Components
<TextBlock />
A block of text whose content can be aligned.


It can be thought of as a
Props
align? : "left" | "center" | "right"
How to optionally align the content of the text block.
Defaults to "center"
.
children : React.ReactNode
The text content of text block, usually text, but can be other components.
Was this page helpful?