Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kubrianity/js-dropdown-navigation

This project is a replication of Stripe's dropdown menu built with JavaScript
https://github.com/kubrianity/js-dropdown-navigation

Last synced: 30 days ago
JSON representation

This project is a replication of Stripe's dropdown menu built with JavaScript

Awesome Lists containing this project

README

        

# JavaScript30 #26: js-dropdown-navigation
This project is a replication of Stripe's dropdown menu built with JavaScript

### General Info

In this project, when a user interacts with one of menu items either by hovering over or clicking them, drop-down navigation menus are revealed.

Width and height of those drop-down menus are changed by the content of them.

View demo [here](https://kubrianity.github.io/js-dropdown-navigation/)

### Acknowledgement
This project is one of the JavaScript30 Challenges by Wes Bos