0.1.2 • Published 5 years ago
@labrnth/header v0.1.2
@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. |