@labrnth/header
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -12,2 +12,8 @@ # Change Log | ||
## 0.1.1 - 18/05/2021 | ||
### Changed | ||
- Updated the `README.md`. | ||
## 0.1.0 - 13/05/2021 | ||
@@ -14,0 +20,0 @@ |
@@ -0,0 +0,0 @@ import React from 'react'; |
{ | ||
"name": "@labrnth/header", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Header navigation component.", | ||
@@ -5,0 +5,0 @@ "source": "./src/index.tsx", |
@@ -21,6 +21,6 @@ # @labrnth/header | ||
| 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. | | ||
| 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. | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13417