准备融入shadcnui
This commit is contained in:
@@ -75,21 +75,21 @@ const items = ref<NavigationMenuItem[][]>([
|
||||
]
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
label: 'GitHub',
|
||||
icon: 'i-simple-icons-github',
|
||||
badge: '3.8k',
|
||||
to: 'https://github.com/nuxt/ui',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
label: 'Help',
|
||||
icon: 'i-lucide-circle-help',
|
||||
badge: '3.8k',
|
||||
disabled: true
|
||||
}
|
||||
]
|
||||
// [
|
||||
// {
|
||||
// label: 'GitHub',
|
||||
// icon: 'i-simple-icons-github',
|
||||
// badge: '3.8k',
|
||||
// to: 'https://github.com/nuxt/ui',
|
||||
// target: '_blank',
|
||||
// },
|
||||
// {
|
||||
// label: 'Help',
|
||||
// icon: 'i-lucide-circle-help',
|
||||
// badge: '3.8k',
|
||||
// disabled: true
|
||||
// }
|
||||
// ]
|
||||
])
|
||||
</script>
|
||||
|
||||
|
@@ -9,14 +9,35 @@ This template is a ready-to-use documentation template made with [Nuxt UI Pro](h
|
||||
|
||||
There are already many websites based on this template:
|
||||
|
||||
::button-link{right-icon="lucide:arrow-up-right" to="/getting-started" target="_blank"}
|
||||
Get Started
|
||||
::
|
||||
::button-link{left-icon="lucide:github" variant="outline" to="https://github.com/ZTL-UwU/shadcn-docs-nuxt" target="_blank"}
|
||||
GitHub
|
||||
::
|
||||
::button-link{left-icon="lucide:ghost" variant="ghost" href="https://github.com/ZTL-UwU/shadcn-docs-nuxt" blank}
|
||||
Ghost
|
||||
::UPageCard
|
||||
---
|
||||
icon: lucide:rocket
|
||||
---
|
||||
|
||||
#title
|
||||
Card Title
|
||||
|
||||
#description
|
||||
Description
|
||||
|
||||
#content
|
||||
Beautifully designed **Nuxt Content** template with **shadcn-vue**. _Customizable. Compatible. Open Source._
|
||||
|
||||
#highlight
|
||||
Tailwind CSS
|
||||
|
||||
#highlight-color
|
||||
primary
|
||||
|
||||
title="Tailwind CSS"
|
||||
description="Nuxt UI v3 integrates with latest Tailwind CSS v4, bringing significant improvements."
|
||||
icon="i-simple-icons-tailwindcss"
|
||||
orientation="horizontal"
|
||||
highlight
|
||||
highlight-color="primary"
|
||||
|
||||
#footer
|
||||
Footer
|
||||
::
|
||||
|
||||
::steps{level="4"}
|
||||
|
Reference in New Issue
Block a user