@ueaweb/bannerwithoverlap
v0.0.7
Published
## Table of Contents
Downloads
636
Keywords
Readme
@ueaweb/bannerwithoverlap
Table of Contents
Installation
npm install @ueaweb/bannerwithoverlap --S
Usage
import Hero from '@ueaweb/bannerwithoverlap';
import '@ueaweb/bannerwithoverlap/css/bannerwithoverlap.css';
{
image?: FunctionComponent;
colour: '--blue' | '--green' | '--lilac' ...;
image_style: 'small' | 'big';
content?: FunctionComponent;
heading: string;
alignment: 'left' | 'right';
order: "text-first" | "image-first";
grey_mobile_bg: boolean;
};