Skip to main content

Function: AudioBlock()

AudioBlock(props): Element

Defined in: packages/core/src/react/blocks/AudioBlock.tsx:61

The AudioBlock components implements block parsing for the Audio block.

This component must be used within a BlocksRenderer component.

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

Parameters

props

IAudioBlock

Component properties

Returns

Element