mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-08 14:43:23 +00:00
WIP
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
</a>
|
||||
|
||||
<div class="mt-2 space-x-4 sm:mt-0">
|
||||
<NuxtLink class="font-medium text-gray-200 hover:text-blue-400" to="/">Components</NuxtLink>
|
||||
<NuxtLink class="font-medium text-gray-200 hover:text-blue-400" to="/resources">Resources</NuxtLink>
|
||||
<a class="font-medium text-gray-200 hover:text-blue-400" href="/#main">Components</a>
|
||||
<a class="font-medium text-gray-200 hover:text-blue-400" href="/resources">Resources</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<button
|
||||
v-bind="$attrs"
|
||||
v-on="$listeners"
|
||||
class="transition-colors duration-300 ease-in-out"
|
||||
class="transition-colors duration-300 ease-in-out focus:outline-none"
|
||||
>
|
||||
<slot />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user