vs-react-full-header
v1.0.0
Published
A full header component created with React and developed with Storyboard.
Downloads
1
Readme
React FullHeader Component
A Simple FullHeader Component using React and tested with Storybook
Getting Started
Installation
npm i --save vs-react-full-header
Basic Usage
import FullHeader from 'vs-react-full-header';
...
render () {
return (
<FullHeader
title="Yo!"
subtitle="Ahoy Pirate!! p)"
bgColor="#EBE9EB"
textColor="#3299BB"
font="Lobster"
video="my_video.mp4"
/>
);
}
...
Component Props
title
(string) - main titlesubtitle
(string) - subtitlebgColor
(string) - background colorbgImg
(string) - background imagevideo
(string) - background video urltextColor
(string) - texts colorfont
(string) - font-family for texts
Architecture
We've developed this component using the following boilerplate: lyef-react-component.
If you want to contribute with this component: Contributing Documentation.