-
Get Started
-
React Components
- Accordion
- Badge
- Block Title
- Block / Content Block
- Button
- Card
- Chips / Tags
- Floating Action Button
-
Forms
- Icon
- Grid / Layout Grid
-
Lists
- Link
- Messages
- Message Bar
-
Modals
-
Navigation Bars
- Pages
- Page
- Panel
- Photo Browser
- Preloader / Spinner
- Progress Bar
- Search Bar
- Status Bar
- Swiper
- Tabs
- Template7 Template
- Timeline
- Views
- View
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