- Download this repository
- Upload it to your project
- Change the file type on which you will call navbar to module
- Import Navbar class
- Call the navbar
- Easy to install
- Open source code
- Change beyond recognition through CSS
@import url(./your_folder/navbar.css);
import {Navbar} from './your_folder/Navbar.js';
window.onload = new Navbar;
MIT License