Header
Description
Left and right sides. For example, you can put your website's icon on the left and the navigation on the right. The header has a default height of 100px.
Installation
npm i @jcomponents/header
Demo
<Header>
<div> {/* Left */}
</div>
<div> {/* Right */}
</div>
</Header>
The rendered result is the header you see at the top of the page