mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs: update
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<UContainer class="py-8">
|
||||
<div class="lg:grid lg:grid-cols-12 lg:gap-10 lg:relative">
|
||||
<aside class="pb-8 lg:pb-0 lg:sticky lg:top-0 px-4 sm:px-6 lg:px-0 lg:pt-8 lg:-mt-8 lg:self-start lg:col-span-3" style="position: sticky;">
|
||||
<nav class="space-y-3">
|
||||
<div class="font-bold text-lg pb-6">
|
||||
@nuxthq/ui
|
||||
</div>
|
||||
<NuxtLink to="/" class="block font-bold text-lg mb-6">
|
||||
@nuxthq/ui
|
||||
</NuxtLink>
|
||||
|
||||
<nav class="space-y-2.5">
|
||||
<ULink
|
||||
v-for="component in components"
|
||||
:key="component.name"
|
||||
|
||||
Reference in New Issue
Block a user