Skip to main content

Function: ButtonsBlock()

ButtonsBlock(props): Element

Defined in: packages/core/src/react/blocks/ButtonsBlock.tsx:31

The ButtonsBlock component implements block parsing for the Buttons block.

This component must be used within a BlocksRenderer component.

<BlocksRenderer html={html}>
<ButtonsBlock component={DebugComponent} />
</BlocksRenderer>

Parameters

props

IButtonsBlock

Component properties

Returns

Element