react-responsive-navigation
v1.0.2
Published
A responsive, reusable header element. Build a responsive, multilayer header with a simple config file.
Downloads
4
Readme
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);