Skip to content

🍭 • A small proof of concept for a collapsible sidebar menu built with Vanilla JS, CSS3 and HTML5. Not a library, just sample code.

Notifications You must be signed in to change notification settings

ss-javascript/collapsible-sidebar-concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo


You can see the demo right here.

What is this?


This is not a library to be used in your project.

You guys can't use it as a ready-to-use dependency in your project.

This is just a little concept of collapsible sidebar menu developed using Vanilla JS, HTML5 and CSS3 for studying purposes.

If you want to add it into your project, you should check the source code (for inspiration) and code it in your project. A copy and paste is valid too, but you'll probably need to change some stuff.

How can I run it on my computer?


It's pretty easy:

  • Type $ npm install or $ yarn install to install the dependencies
  • Type $ npm run build or $ yarn build to generate the /dist folder (just to guarantee, since it is versioned)
  • Type $ npm run demo or $ yarn demo to start a local server with the demo

Can I help?


If you think that something can be improved, feel free to make your pull request. Code refactors, bug fixes, improvements and almost anything are welcome. :)

About

🍭 • A small proof of concept for a collapsible sidebar menu built with Vanilla JS, CSS3 and HTML5. Not a library, just sample code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published