1.0.6 • Published 1 year ago

quicknav v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

QuickNav

Easily implement Bootstrap navigation bars in your web projects with QuickNav, saving time and effort in development.

Installation

Install quicknav with npm

  npm install quicknav

Add the link to the index.html file

<link
    rel="stylesheet"
    href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
    integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
    crossorigin="anonymous"
  />

Usage

import Header from "quicknav";

function App() {
  return (
    <Header
      variant={"dark"}
      brandText={"QuickNav"}
      navLinks={["Home", "About", "Contact"]}
      navItems={["Home", "About", "Contact"]} 
    />
  );
}

export default App;
}

Screenshots

App Screenshot

Features

Feature
variant
brandText
brandHref
navLinks
navItems
dropdownLinks
dropdownItems
dropdownHeading
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago