lyef-full-header
v1.1.0
Published
A full width and height header react component.
Downloads
3
Maintainers
Readme
Lyef full header
Demo
Installation
$ npm install --save lyef-full-header
Basic Usage
import FullHeader from 'lyef-full-header';
...
render() {
return (
<FullHeader
title="lyef"
subtitle="What is tested may never break."
bgColor="#EBE9EB"
textColor="#3299BB"
font="Lobster"
video="videos/my_video.mp4"
/>
);
}
...
Props
title
(string) - main titlesubtitle
(string) - subtitlebgColor
(string) - background colorbgImg
(string) - image to backgroundvideo
(string) - video to backgroundtextColor
(string) - texts colorfont
(string) - font-family to texts
Architecture
We've developed this component using the following boilerplate: lyef-react-component.
If you want to contribute with this component: Contributing Documentation.