PromoHero
- React
To implement PromoHero component into your project you'll need to add the import:
import { PromoHero } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<PromoHero
title="Title"
description="Description"
action={<button>action</button>}
image="image"
/>