<BlogSectionHero />

Intro

<BlogSectionHero /> component is employed to render the hero section of any page

Example

Usage

To use the component, simply add it to your template:

<BlogSectionHero />

The component is located in the @/components/global/Blog/Section/Hero directory. To use the component, import it into your file:

import BlogSectionHero from '/components/global/Blog/Section/Hero';
<template>
   <BlogSectionHero />
</template>

Config

For configuration's component, visit Config documentation.

Table of Contents