@ueaweb/hero1
v0.0.4
Published
## Table of Contents
Downloads
6
Keywords
Readme
@ueaweb/hero1
Table of Contents
Installation
npm install @ueaweb/hero1 --S
Usage
import Hero from '@ueaweb/hero1';
import '@ueaweb/hero1/css/hero1.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;
};