nextjs-navbar-active-link
v0.1.5-rc1
Published
The Nextjs component with active link.
Downloads
8
Maintainers
Readme
Nextjs active navbar
Installation
Get the latest version by NPM:
$ npm install nextjs-navbar-active-linkGet the latest version by yarn:
$ yarn add nextjs-navbar-active-linkUsage
Components
Import Navbar and ActiveLink components:
import { Navbar, ActiveLink } from 'nextjs-navbar-active-link';And render them like this:
<Navbar>
<ActiveLink href="/">
Home
</ActiveLink>
<ActiveLink>
<ul>
<li><a href="/test-page-1">Test page 1</a></li>
<li><a href="/test-page-2">Test page 2</a></li>
</ul>
</ActiveLink>
</Navbar>License
Nextjs active navbar are released under the MIT license. © kpwzto
