Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 652 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 652 Bytes

Slide-Navbar

Nabvar-Desktop Nabvar-Mobile Nabvar-MobileOpened

How to install?

  • 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

Peculiarities

  • Easy to install
  • Open source code
  • Change beyond recognition through CSS

Example CSS

@import url(./your_folder/navbar.css);

Example JS

import {Navbar} from './your_folder/Navbar.js';

Example call

window.onload = new Navbar;

MIT License