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".