@nodestrap/nav
TypeScript icon, indicating that this package has built-in type declarations

4.0.7 • Public • Published

<Nav></Nav>

A navigation component to navigate between pages.

Preview

<Nav theme='primary' size='lg' gradient={true} outlined={true}>
    <Item href='/'>Home</ListItem>
    <Item href='/blogs' active={true}>Blogs</ListItem>
    <Item href='/notes' theme='success'>Notes</ListItem>
    <Item href='/about'>About</ListItem>
    // ...
</Nav>

Rendered to:

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

Features

Installation

Using npm:

npm i @nodestrap/nav

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]

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @nodestrap/nav

    Weekly Downloads

    0

    Version

    4.0.7

    License

    ISC

    Unpacked Size

    21.8 kB

    Total Files

    6

    Last publish

    Collaborators

    • heymarco