mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 22:41:42 +01:00
docs: improve mobile design
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
target="_blank"
|
||||
color="gray"
|
||||
variant="ghost"
|
||||
class="hidden lg:inline-flex"
|
||||
icon="i-simple-icons-twitter"
|
||||
/>
|
||||
|
||||
@@ -41,6 +42,7 @@
|
||||
target="_blank"
|
||||
color="gray"
|
||||
variant="ghost"
|
||||
class="hidden lg:inline-flex"
|
||||
icon="i-simple-icons-github"
|
||||
/>
|
||||
|
||||
|
||||
@@ -7,8 +7,34 @@
|
||||
</NuxtLink>
|
||||
</div>
|
||||
|
||||
<NuxtLink to="https://github.com/nuxtlabs/ui/releases" target="_blank">
|
||||
<UBadge label="v2.4.0" />
|
||||
</NuxtLink>
|
||||
<div class="flex items-center gap-3 -my-1">
|
||||
<div class="flex lg:hidden items-center gap-1.5">
|
||||
<UButton
|
||||
to="https://twitter.com/nuxtlabs"
|
||||
target="_blank"
|
||||
color="gray"
|
||||
size="2xs"
|
||||
variant="ghost"
|
||||
icon="i-simple-icons-twitter"
|
||||
/>
|
||||
|
||||
<UButton
|
||||
to="https://github.com/nuxtlabs/ui"
|
||||
target="_blank"
|
||||
color="gray"
|
||||
size="2xs"
|
||||
variant="ghost"
|
||||
icon="i-simple-icons-github"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<NuxtLink :to="`https://github.com/nuxtlabs/ui/releases/tag/v${config.version}`" target="_blank">
|
||||
<UBadge :label="`v${config.version}`" />
|
||||
</NuxtLink>
|
||||
</div>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const config = useRuntimeConfig().public
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user