ParagraphComponent
Callable
Parameters
props: PropsWithChildren<VisualDataBlock<ParagraphBlock>>
VisualDataBlock object. See ParagraphBlock to learn the type of data this component receives.
optionalcontext: any
Returns null | ReactElement<any, any>
VisualDataBlock object. See ParagraphBlock to learn the type of data this component receives.
VisualContent renderer component that renders
paragraph
type blocks as<p>
elements. Empty paragraph blocks (generally used to break lines) will have anempty
class added to them.See the guide page on the VisualContent component to learn how to customize block renderer components like this one.