Hero


The Hero component allows you to add a full-width banner to your webpage. Optionally, it can also span the full height of the page. Create an imposing hero banner to showcase your content.

API Documentation

Example #

Hero title
Hero subtitle
<Hero>
    <HeroBody>
        <HeroTitle>Hero title</HeroTitle>
        <HeroSubTitle>Hero subtitle</HeroSubTitle>
    </HeroBody>
</Hero>