UNPKG

react-npm-menu

Version:

A side menu for the user to navigate around the site. Future versions of this menu will include access controls, that will show / hide items on the menu.

11 lines (10 loc) 246 B
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css"> </head> <body> <div class="container"></div> </body> <script src="/bundle.js"></script> </html>