Block Title React Component

Block Title React component represents Content Block Title element that is usually used before Block Component (Content Block) or List Component (List Block / List View)

Usage example

<ContentBlockTitle>Block Title</ContentBlockTitle>
<ContentBlock>...</ContentBlock>
 
<ContentBlockTitle>Another Block Title</ContentBlockTitle>
<List>...</List>

Renders to:

<div class="content-block-title">Block Title</div>
<div class="content-block">...</div>
 
<div class="content-block-title">Another Block Title</div>
<div class="list-block">...</div>

Properties

This component has no any properties