Socket
Socket
Sign inDemoInstall

@nodestrap/navbar

Package Overview
Dependencies
74
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodestrap/navbar

A responsive navigation header. Supports for branding, navigation and more.


Version published
Maintainers
1
0
Bundle size
55.9 kB
Minified + gzipped

Weekly downloads

Readme

Source

<Navbar></Navbar>

A responsive navigation header. Supports for branding, navigation and more.

Preview

<Navbar theme='primary' size='lg' gradient={true} outlined={true}>
    <NavbarMenu active={true}>Home</NavbarMenu>
    <NavbarMenu>About</NavbarMenu>
    // ...
</Navbar>

Rendered to:

<nav class="c1 thPrimary szLg gradient outlined">
    // ...
</nav>

Features

  • Includes all features in <ActionControl />.
  • Customizable via @cssfn/css-config.

Installation

Using npm:

npm i @nodestrap/navbar

Support Us

If you feel our lib is useful for your projects,
please make a donation to avoid our project from extinction.

We always maintain our projects as long as we're still alive.

[Make a donation]

Keywords

FAQs

Last updated on 07 Apr 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc