1.0.2 • Published 4 years ago

react-responsive-navigation v1.0.2

Weekly downloads
4
License
ISC
Repository
-
Last release
4 years ago

react-responsive-navigation

visual demo

react-responsive-navigation demo

short example

the following JSON:

{
    "left" : [
        {
            "description" : "go to home page",
            "html" : "<img height='40px' src = '/path/to/logo.png'>",
            "src" : "/path/to/home.html"
        }
    ],
    "right" : [
        {
            "title" : "Blog",
            "src" : "/path/to/blog.html"
        },
        {
            "html" : "<b>Login</b>",
            "src" : "/path/to/loginpage.html"
        }
    ]
}

creates this result: screenshot_2018-05-16_13-38-24

more examples

please see the examples directory for more examples and usage documentation

    window.navigation.remove(id);
1.0.2

4 years ago

1.0.0

6 years ago

0.1.0

6 years ago

0.1.5

6 years ago