@labrnth/header
v0.1.2
Published
Header navigation component.
Readme
@labrnth/header
Header navigation component.
Installation
yarn add @labrnth/headerUsage
import Header from '@labrnth/header';
<Header />Props
| Prop | Type | Default | Description |
| ----------- | ----------------- | ------- | ----------------------------------------- |
| withBorder? | boolean | false | Add a border to the bottom of the header. |
| withShadow? | boolean | false | Surround the header with a box shadow. |
| children | React.ReactNode | | The contents of the header. |
