react-full-header-generic
v1.0.0
Published
A full header component created with React.
Downloads
1
Readme
React Full Header Component
Installation
$ npm install --save react-full-header-generic
Basic Usage
import FullHeader from 'react-full-header-generic';
...
render() {
return (
<FullHeader
title="Full Header"
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.
Authors
Gabriel Hahn Schaeffer | Willian Justen (Teacher)