Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@labrnth/header

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@labrnth/header - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

CHANGELOG.md

@@ -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

dist/index.d.ts

@@ -0,0 +0,0 @@ import React from 'react';

2

package.json
{
"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. |
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc