<!-- Simple Navigation -->
<nav class="relative py-2">
<!-- Mobile Nav -->
<div class="block lg:hidden" x-data="dropdown">
<button class="w-6 h-6 absolute top-2 right-2 z-10" @click="toggle()">
<svg x-show="!open" xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd" />
</svg>
<svg x-cloak x-show="open" xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd" />
</svg>
</button>
<ul x-cloak x-show="open" x-transition.duration.200ms class="absolute top-10 right-0 w-full min-w-[300px] z-50 bg-white text-slate-900 shadow-sm">
<li><a href="#" class="block p-4 border-b border-b-slate-200">Services</a></li>
<li><a href="#" class="block p-4 border-b border-b-slate-200">Company</a></li>
<li><a href="#" class="block p-4 border-b border-b-slate-200">Developers</a></li>
<li><a href="#" class="block p-4 border-b border-b-slate-200">Support</a></li>
</ul>
</div>
<!-- Desktop Nav -->
<ul class="hidden lg:block">
<li class="relative inline-block">
<a href="#" class="inline-block px-4 hover:text-purple-600">Services</a>
</li>
<li class="relative inline-block">
<a href="#" class="inline-block px-4 hover:text-purple-600">Company</a>
</li>
<li class="relative inline-block">
<a href="#" class="inline-block px-4 hover:text-purple-600">Developers</a>
</li>
<li class="relative inline-block">
<a href="#" class="inline-block px-4 hover:text-purple-600">Support</a>
</li>
</ul>
</nav>
<style type="text/css">
[x-cloak] { display: none !important; }
</style>
<script>
document.addEventListener('alpine:init', () => {
Alpine.data('dropdown', () => ({
open: false,
toggle() {
this.open = ! this.open
},
show() {
this.open = true
},
close() {
this.open = false
},
}))
})
</script>
Built with TailwindCSS and AlpineJS. Quick and easy to implement.
Just copy and paste the code and you're good to go.
Built with the utmost care and attention to detail.
Easy to make your own.
$99/year
$69/first year
Use code TEAKUILAUNCH at checkout.
$249/year
$799/year
Are you a Church or Non Profit? Contact us for special pricing.
Our All Access single user license plan allows one developer to use the code you purchase. If you have multiple developers on your team, you can upgrade to our team license for either 5 users or unlimited users.
A licensed user is anyone who writes or modifies component or template code created by Hey Teak. Backend devs, DevOps, and others who work in your code base but not on the UI do not require a license.
We offer support with any purchasing issues as well as any bugs or errors you might find in our code. While we are not able to offer extensive integration support - we will do our best to help if you get stuck. Just reach out and let us know.
If you're not happy for any reason, contact us within 30 days of purchase for a full refund.
No problem! Just reach out to us and we can upgrade you and prorate your subscription.
The short answer is yes! However, it may take a bit of effort to make things work. While we don't currently offer drop in components for JS frameworks, we do plan to support that soon. Stay tuned ;)
You have a sharp eye! We're working on templates and will be releasing those very soon. Stay tuned.