mirror of
https://github.com/bitinflow/ui.git
synced 2026-04-28 11:56:18 +00:00
Ui fixes and new features
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
<template>
|
||||
<a class="hover:bg-primary-500 rounded-lg text-center text-xs py-4 flex flex-col space-y-2" href="#">
|
||||
<i :class="['fal text-xl', icon]"></i>
|
||||
<nuxt-link
|
||||
class="hover:bg-primary-500 rounded-lg text-center text-xs py-4 flex flex-col space-y-2"
|
||||
href="#"
|
||||
>
|
||||
<i :class="['fal text-xl', icon]" />
|
||||
<span>
|
||||
<slot />
|
||||
</span>
|
||||
</a>
|
||||
</nuxt-link>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user