Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kubrianity/js-dropdown-navigation
- Owner: Kubrianity
- Created: 2022-07-26T18:44:59.000Z (over 2 years ago)
- Default Branch: root
- Last Pushed: 2022-07-31T21:11:13.000Z (over 2 years ago)
- Last Synced: 2024-11-07T09:36:18.705Z (3 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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