ListComponent
Callable
Parameters
props: PropsWithChildren<VisualDataBlock<ListBlock>>
VisualDataBlock object. See ListBlock to learn the type of data this component receives.
optionalcontext: any
Returns null | ReactElement<any, any>
VisualDataBlock object. See ListBlock to learn the type of data this component receives.
VisualContent renderer component that renders
list
type blocks as<ul>
or<ol>
elements, depending on the list style.See the guide page on the VisualContent component to learn how to customize block renderer components like this one.