Skip to content

Commit

Permalink
Dynamic user interface interactions: Drop Down Menu: Added Mobile bro…
Browse files Browse the repository at this point in the history
…wser support

* dynamic-ui-interactions: drop-down-menu

* dynamic-ui-interactions: reusable drop-down-menu

* Dynamic user interface interactions: Drop Down Menu

* Dynamic user interface interactions: Drop Down Menu: Added Mobile browser support
  • Loading branch information
kesava-karri authored May 1, 2024
1 parent 4bd44bc commit 0eb25ed
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 383 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Drop Down Menu</title>
<script defer="defer" src="main.js"></script>
</head>
<body>
<h2>Drop Down Menu Demo</h2>
</body>
</html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Drop Down Menu</title><script defer="defer" src="main.js"></script></head><body><h2>Drop Down Menu Demo</h2></body></html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@kesava-k/drop-down-menu",
"version": "1.0.4",

"version": "1.0.6",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
Loading

0 comments on commit 0eb25ed

Please sign in to comment.