Another handy, dismissable notification. To use, import from @marvelapp/ui
:
import { Upseller } from '@marvelapp/ui';
It’s used to promote global offers and promos.
<Upseller
title="Ideate and design faster"
subtitle="User Testing now offers surveys! Customise your intro and outro screens to whatever you feel like."
image={
<Image
src={videoImage}
src2x={videoImage2x}
alt="My Video Preview"
display="block"
/>
}
callToAction={<Button kind="marvel">View details</Button>}
onClickClose={() => null}
/>