QuoteComponent
Callable
Parameters
props: PropsWithChildren<VisualDataBlock<QuoteBlock>>
VisualDataBlock object. See QuoteBlock to learn the type of data this component receives.
optionalcontext: any
Returns null | ReactElement<any, any>
VisualDataBlock object. See QuoteBlock to learn the type of data this component receives.
VisualContent renderer component that renders
quote
type blocks as<blockquote>
elements.See the guide page on the VisualContent component to learn how to customize block renderer components like this one.