-
-
Notifications
You must be signed in to change notification settings - Fork 15
Node.js
thednp edited this page Nov 22, 2024
·
3 revisions
// get and store it
var Navbar = require("@thednp/navbar");
// initialize it
var myMenu = new Navbar('#myNav');
NOTE: Make sure you run in a browser compatible environment.