Skip to content

Commit

Permalink
Merge pull request #177 from streetcodec/patch6
Browse files Browse the repository at this point in the history
Added Mobile Nav DropDown
  • Loading branch information
jsvigneshkanna committed Oct 22, 2022
2 parents 6ec782d + d1e387a commit 2635b76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tailwind_components/navbars/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import searchNav from "./search_navbar";
const navbarCollections = [
{componentName: "Animated Navbar", component: animated_navbar},
{componentName: "Mobile NavBar Icons", component: mobile_nav_icons},
{componentName: "Mobile Nav DropDown", component: mobile_nav_dropdown},
{componentName: "Mobile Nav DropDown ", component: mobile_nav_dropdown},
{componentName: "Standard Mobile Navbar", component: standard_mobile_navbar},
{componentName: "Search Navbar", component: searchNav},
];
Expand Down
10 changes: 5 additions & 5 deletions tailwind_components/navbars/mobile_nav_dropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ const mobile_nav_dropdown = stripIndent`
</svg>
<ul class="my-10 mx-8 flex flex-col gap-7 text-xl font-light tracking-wide text-gray-600">
<li class="font-bold hover:text-blue-700">Home</li>
<li class="font-bold hover:text-blue-700">Product</li>
<li class="font-bold hover:text-blue-700">Shop</li>
<li class="font-bold hover:text-blue-700">Pricing</li>
<li class="font-bold hover:text-blue-700">Contact</li>
<li class="font-bold hover:text-blue-700">Home </li>
<li class="font-bold hover:text-blue-700">Product </li>
<li class="font-bold hover:text-blue-700">Shop </li>
<li class="font-bold hover:text-blue-700">Pricing </li>
<li class="font-bold hover:text-blue-700">Contact </li>
<li>
<button id="dropdownDefault" data-dropdown-toggle="dropdown" class="inline-flex items-center text-center font-bold text-gray-600 hover:text-blue-700" type="button">
Dropdown button <svg class="ml-2 h-4 w-4" aria-hidden="true" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>
Expand Down

1 comment on commit 2635b76

@vercel
Copy link

@vercel vercel bot commented on 2635b76 Oct 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.