1.0.2 • Published 6 years ago
react-responsive-navigation v1.0.2
react-responsive-navigation
visual 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:

more examples
please see the examples directory for more examples and usage documentation
    window.navigation.remove(id);