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

just-another-navbar

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-another-navbar

A responsive ReactJS navbar + sidebar to make my web dev life easier.

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Just Another NavBar

Making a navbar and collapsible hamburger menu everytime I wanted to make a website was getting tedious. This package is a responsive ReactJS navbar + sidebar that makes my web dev life a bit easier.

Go to the demo to see it in action.

Installation

npm i just-another-navbar
yarn add just-another-navbar

Usage

It's as simple as importing the component. Take a look at the demo/ folder to see how it's being used in the demo.

import React from 'react';
import { render } from 'react-dom';
import { JustAnotherNavBar as NavBar } from 'just-another-navbar/JustAnotherNavBar';

const App = () => (
  <React.Fragment>
    <NavBar/>
  </React.Fragment>
);

render(<App/>, document.getElementById('root'));

Keywords

FAQs

Package last updated on 28 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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