Skip to content

twentytwo777/Slide-Navbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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