1.0.15 • Published 2 years ago

react-adaptive-navbar v1.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

react-adaptive-navbar

A reusable Navbar component in react for either Web Browser or Mobile screen responsivenes.

Live demo

Live demo

Link: https://quivercrypto.netlify.app/home

Installation

Install my-project with npm

  npm i react-adaptive-navbar
import { Nav } from 'react-adaptive-navbar';
import { BrowserRouter } from 'react-router-dom';

const LINKS = [{
        display: "Empty",
        url: "/1",
    },
    {
        display: "List",
        url: "/2",
    },
    {
        display: "Failed",
        url: "/3",
    }]
export const Example = () => 
        <>
            <BrowserRouter>
                <Nav 
                    bg='#0b4a91' 
                    font=''Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif' 
                    nav = LINKS
                />
            </BrowserRouter>
        </>

Props

PropsTypesDescription
bgStrBackground colour for navbar with '#xxxxx'
fontStrString of React native Fonts
navObject ArrayRequires display and url fields

Feedback

If you have any feedback, please reach out to us at nikhilsurfingaus@gmail.com

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago