Skip to main content
It can be thought of as a
If you find yourself using <TextBlock>Loading...</TextBlock>, we recommend using <LoadingState /> to manage loading states instead.

Example

form-with-textblock-dialog.tsx

Props

React.ReactNode
required
The text content of the text block, usually text, but can be other components.
'left' | 'center' | 'right'
How to optionally align the content of the text block.Defaults to "center".