Block Title Vue Component

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

Usage example

<f7-block-title>Block Title</f7-block-title>
<f7-block>...</f7-block>
 
<f7-block-title>Another Block Title</f7-block-title>
<f7-list>...</f7-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