替换所有simple-icons
This commit is contained in:
@@ -262,7 +262,7 @@ export default defineAppConfig({
|
|||||||
search: true,
|
search: true,
|
||||||
colorMode: true,
|
colorMode: true,
|
||||||
links: [{
|
links: [{
|
||||||
'icon': 'i-simple-icons-github',
|
'icon': 'simple-icons-github',
|
||||||
'to': 'https://github.com/nuxt-ui-pro/docs',
|
'to': 'https://github.com/nuxt-ui-pro/docs',
|
||||||
'target': '_blank',
|
'target': '_blank',
|
||||||
'aria-label': 'GitHub'
|
'aria-label': 'GitHub'
|
||||||
@@ -272,22 +272,22 @@ export default defineAppConfig({
|
|||||||
credits: `Copyright © ${new Date().getFullYear()} Estel. All rights reserved.`,
|
credits: `Copyright © ${new Date().getFullYear()} Estel. All rights reserved.`,
|
||||||
colorMode: false,
|
colorMode: false,
|
||||||
links: [{
|
links: [{
|
||||||
'icon': 'i-simple-icons-nuxtdotjs',
|
'icon': 'simple-icons-nuxtdotjs',
|
||||||
'to': 'https://nuxt.com',
|
'to': 'https://nuxt.com',
|
||||||
'target': '_blank',
|
'target': '_blank',
|
||||||
'aria-label': 'Nuxt Website'
|
'aria-label': 'Nuxt Website'
|
||||||
}, {
|
}, {
|
||||||
'icon': 'i-simple-icons-discord',
|
'icon': 'simple-icons-discord',
|
||||||
'to': 'https://discord.com/invite/ps2h6QT',
|
'to': 'https://discord.com/invite/ps2h6QT',
|
||||||
'target': '_blank',
|
'target': '_blank',
|
||||||
'aria-label': 'Nuxt UI on Discord'
|
'aria-label': 'Nuxt UI on Discord'
|
||||||
}, {
|
}, {
|
||||||
'icon': 'i-simple-icons-x',
|
'icon': 'simple-icons-x',
|
||||||
'to': 'https://x.com/nuxt_js',
|
'to': 'https://x.com/nuxt_js',
|
||||||
'target': '_blank',
|
'target': '_blank',
|
||||||
'aria-label': 'Nuxt on X'
|
'aria-label': 'Nuxt on X'
|
||||||
}, {
|
}, {
|
||||||
'icon': 'i-simple-icons-github',
|
'icon': 'simple-icons-github',
|
||||||
'to': 'https://github.com/nuxt/ui',
|
'to': 'https://github.com/nuxt/ui',
|
||||||
'target': '_blank',
|
'target': '_blank',
|
||||||
'aria-label': 'Nuxt UI on GitHub'
|
'aria-label': 'Nuxt UI on GitHub'
|
||||||
@@ -309,7 +309,7 @@ export default defineAppConfig({
|
|||||||
to: 'https://www.xajiwei.com',
|
to: 'https://www.xajiwei.com',
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
}, {
|
}, {
|
||||||
icon: 'i-simple-icons-nuxtdotjs',
|
icon: 'simple-icons-nuxtdotjs',
|
||||||
label: '个人博客',
|
label: '个人博客',
|
||||||
to: 'https://lijue.me',
|
to: 'https://lijue.me',
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
|
@@ -66,7 +66,7 @@ const handleLoginRegister = (type: "login" | "register") => {
|
|||||||
variant="ghost"
|
variant="ghost"
|
||||||
to="https://github.com/estel-li"
|
to="https://github.com/estel-li"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
icon="i-simple-icons-github"
|
icon="simple-icons-github"
|
||||||
aria-label="GitHub"
|
aria-label="GitHub"
|
||||||
/>
|
/>
|
||||||
</UTooltip>
|
</UTooltip>
|
||||||
|
@@ -2,13 +2,13 @@
|
|||||||
const providers = ref([
|
const providers = ref([
|
||||||
{
|
{
|
||||||
label: 'Google',
|
label: 'Google',
|
||||||
icon: 'i-simple-icons-google',
|
icon: 'simple-icons-google',
|
||||||
color: 'neutral',
|
color: 'neutral',
|
||||||
variant: 'subtle'
|
variant: 'subtle'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
icon: 'i-simple-icons-github',
|
icon: 'simple-icons-github',
|
||||||
color: 'neutral',
|
color: 'neutral',
|
||||||
variant: 'subtle'
|
variant: 'subtle'
|
||||||
}
|
}
|
||||||
|
@@ -2,13 +2,13 @@
|
|||||||
const providers = ref([
|
const providers = ref([
|
||||||
{
|
{
|
||||||
label: 'Google',
|
label: 'Google',
|
||||||
icon: 'i-simple-icons-google',
|
icon: 'simple-icons-google',
|
||||||
color: 'neutral',
|
color: 'neutral',
|
||||||
variant: 'subtle'
|
variant: 'subtle'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
icon: 'i-simple-icons-github',
|
icon: 'simple-icons-github',
|
||||||
color: 'neutral',
|
color: 'neutral',
|
||||||
variant: 'subtle'
|
variant: 'subtle'
|
||||||
}
|
}
|
||||||
|
@@ -96,11 +96,11 @@ const {
|
|||||||
|
|
||||||
// 默认图标映射
|
// 默认图标映射
|
||||||
const defaultIcons = {
|
const defaultIcons = {
|
||||||
vue: 'i-simple-icons-vuedotjs',
|
vue: 'simple-icons-vuedotjs',
|
||||||
ts: 'i-simple-icons-typescript',
|
ts: 'simple-icons-typescript',
|
||||||
js: 'i-simple-icons-javascript',
|
js: 'simple-icons-javascript',
|
||||||
md: 'i-simple-icons-markdown',
|
md: 'simple-icons-markdown',
|
||||||
json: 'i-simple-icons-json',
|
json: 'simple-icons-json',
|
||||||
folder: 'lucide-folder',
|
folder: 'lucide-folder',
|
||||||
file: 'lucide-file'
|
file: 'lucide-file'
|
||||||
};
|
};
|
||||||
|
@@ -78,7 +78,7 @@ const items = ref<NavigationMenuItem[][]>([
|
|||||||
// [
|
// [
|
||||||
// {
|
// {
|
||||||
// label: 'GitHub',
|
// label: 'GitHub',
|
||||||
// icon: 'i-simple-icons-github',
|
// icon: 'simple-icons-github',
|
||||||
// badge: '3.8k',
|
// badge: '3.8k',
|
||||||
// to: 'https://github.com/nuxt/ui',
|
// to: 'https://github.com/nuxt/ui',
|
||||||
// target: '_blank',
|
// target: '_blank',
|
||||||
|
@@ -23,19 +23,19 @@ const items = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'View as Markdown',
|
label: 'View as Markdown',
|
||||||
icon: 'i-simple-icons:markdown',
|
icon: 'simple-icons:markdown',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
to: markdownLink.value,
|
to: markdownLink.value,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Open in ChatGPT',
|
label: 'Open in ChatGPT',
|
||||||
icon: 'i-simple-icons:openai',
|
icon: 'simple-icons:openai',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
to: `https://chatgpt.com/?hints=search&q=${encodeURIComponent(`Read ${markdownLink.value} so I can ask questions about it.`)}`,
|
to: `https://chatgpt.com/?hints=search&q=${encodeURIComponent(`Read ${markdownLink.value} so I can ask questions about it.`)}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Open in Claude',
|
label: 'Open in Claude',
|
||||||
icon: 'i-simple-icons:anthropic',
|
icon: 'simple-icons:anthropic',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
to: `https://claude.ai/new?q=${encodeURIComponent(`Read ${markdownLink.value} so I can ask questions about it.`)}`,
|
to: `https://claude.ai/new?q=${encodeURIComponent(`Read ${markdownLink.value} so I can ask questions about it.`)}`,
|
||||||
},
|
},
|
||||||
|
@@ -100,7 +100,7 @@ You can pass any property from the HTML `<img>` element such as `alt`, `loading`
|
|||||||
::ECard
|
::ECard
|
||||||
---
|
---
|
||||||
img: https://lijue-me.oss-cn-chengdu.aliyuncs.com/20250727184358217.png
|
img: https://lijue-me.oss-cn-chengdu.aliyuncs.com/20250727184358217.png
|
||||||
icon: i-simple-icons-tailwindcss
|
icon: simple-icons-tailwindcss
|
||||||
spotlight: true
|
spotlight: true
|
||||||
title: Image Card
|
title: Image Card
|
||||||
description: Beautifully designed **Nuxt Content** template with **shadcn-vue**. _Customizable. Compatible. Open Source._
|
description: Beautifully designed **Nuxt Content** template with **shadcn-vue**. _Customizable. Compatible. Open Source._
|
||||||
@@ -159,7 +159,7 @@ tree:
|
|||||||
::card-group
|
::card-group
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt
|
title: Nuxt
|
||||||
to: https://nuxt.com
|
to: https://nuxt.com
|
||||||
@@ -169,7 +169,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt UI
|
title: Nuxt UI
|
||||||
to: https://ui.nuxt.com
|
to: https://ui.nuxt.com
|
||||||
@@ -179,7 +179,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Image
|
title: Nuxt Image
|
||||||
to: https://image.nuxt.com
|
to: https://image.nuxt.com
|
||||||
@@ -189,7 +189,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Content
|
title: Nuxt Content
|
||||||
to: https://content.nuxt.com
|
to: https://content.nuxt.com
|
||||||
@@ -199,7 +199,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Devtools
|
title: Nuxt Devtools
|
||||||
to: https://devtools.nuxt.com
|
to: https://devtools.nuxt.com
|
||||||
@@ -209,7 +209,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Hub
|
title: Nuxt Hub
|
||||||
to: https://hub.nuxt.com
|
to: https://hub.nuxt.com
|
||||||
|
@@ -148,7 +148,7 @@ class: "[&>div]:*:my-0 [&>div]:*:w-full"
|
|||||||
---
|
---
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
@@ -161,7 +161,7 @@ class: "[&>div]:*:my-0 [&>div]:*:w-full"
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -178,7 +178,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
:::card-group{.w-full}
|
:::card-group{.w-full}
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
@@ -188,7 +188,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
|
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: SaaS
|
title: SaaS
|
||||||
to: https://github.com/nuxt-ui-pro/saas
|
to: https://github.com/nuxt-ui-pro/saas
|
||||||
@@ -198,7 +198,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
|
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Docs
|
title: Docs
|
||||||
to: https://github.com/nuxt-ui-pro/docs
|
to: https://github.com/nuxt-ui-pro/docs
|
||||||
@@ -208,7 +208,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
|
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Landing
|
title: Landing
|
||||||
to: https://github.com/nuxt-ui-pro/landing
|
to: https://github.com/nuxt-ui-pro/landing
|
||||||
@@ -224,7 +224,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -234,7 +234,7 @@ A dashboard with multi-column layout.
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: SaaS
|
title: SaaS
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/saas
|
to: https://github.com/nuxt-ui-pro/saas
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -244,7 +244,7 @@ A template with landing, pricing, docs and blog.
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Docs
|
title: Docs
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/docs
|
to: https://github.com/nuxt-ui-pro/docs
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -254,7 +254,7 @@ A documentation with `@nuxt/content`.
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Landing
|
title: Landing
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/landing
|
to: https://github.com/nuxt-ui-pro/landing
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -362,13 +362,13 @@ Use `field-group` to group related fields together in a list. `field-group` help
|
|||||||
Use `icon` to insert icons from icon libraries. Icons provide visual cues and enhance the user interface of your documentation.
|
Use `icon` to insert icons from icon libraries. Icons provide visual cues and enhance the user interface of your documentation.
|
||||||
|
|
||||||
::code-preview
|
::code-preview
|
||||||
:icon{name="i-simple-icons-nuxtdotjs"}
|
:icon{name="simple-icons-nuxtdotjs"}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#code
|
#code
|
||||||
```mdc
|
```mdc
|
||||||
:icon{name="i-simple-icons-nuxtdotjs"}
|
:icon{name="simple-icons-nuxtdotjs"}
|
||||||
```
|
```
|
||||||
::
|
::
|
||||||
|
|
||||||
|
@@ -148,7 +148,7 @@ class: "[&>div]:*:my-0 [&>div]:*:w-full"
|
|||||||
---
|
---
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
@@ -161,7 +161,7 @@ class: "[&>div]:*:my-0 [&>div]:*:w-full"
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -178,7 +178,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
:::card-group{.w-full}
|
:::card-group{.w-full}
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
@@ -188,7 +188,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
|
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: SaaS
|
title: SaaS
|
||||||
to: https://github.com/nuxt-ui-pro/saas
|
to: https://github.com/nuxt-ui-pro/saas
|
||||||
@@ -198,7 +198,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
|
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Docs
|
title: Docs
|
||||||
to: https://github.com/nuxt-ui-pro/docs
|
to: https://github.com/nuxt-ui-pro/docs
|
||||||
@@ -208,7 +208,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
|
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Landing
|
title: Landing
|
||||||
to: https://github.com/nuxt-ui-pro/landing
|
to: https://github.com/nuxt-ui-pro/landing
|
||||||
@@ -224,7 +224,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -234,7 +234,7 @@ A dashboard with multi-column layout.
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: SaaS
|
title: SaaS
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/saas
|
to: https://github.com/nuxt-ui-pro/saas
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -244,7 +244,7 @@ A template with landing, pricing, docs and blog.
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Docs
|
title: Docs
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/docs
|
to: https://github.com/nuxt-ui-pro/docs
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -254,7 +254,7 @@ A documentation with `@nuxt/content`.
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Landing
|
title: Landing
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/landing
|
to: https://github.com/nuxt-ui-pro/landing
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -362,13 +362,13 @@ Use `field-group` to group related fields together in a list. `field-group` help
|
|||||||
Use `icon` to insert icons from icon libraries. Icons provide visual cues and enhance the user interface of your documentation.
|
Use `icon` to insert icons from icon libraries. Icons provide visual cues and enhance the user interface of your documentation.
|
||||||
|
|
||||||
::code-preview
|
::code-preview
|
||||||
:icon{name="i-simple-icons-nuxtdotjs"}
|
:icon{name="simple-icons-nuxtdotjs"}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#code
|
#code
|
||||||
```mdc
|
```mdc
|
||||||
:icon{name="i-simple-icons-nuxtdotjs"}
|
:icon{name="simple-icons-nuxtdotjs"}
|
||||||
```
|
```
|
||||||
::
|
::
|
||||||
|
|
||||||
|
@@ -148,7 +148,7 @@ class: "[&>div]:*:my-0 [&>div]:*:w-full"
|
|||||||
---
|
---
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
@@ -161,7 +161,7 @@ class: "[&>div]:*:my-0 [&>div]:*:w-full"
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -178,7 +178,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
:::card-group{.w-full}
|
:::card-group{.w-full}
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
@@ -188,7 +188,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
|
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: SaaS
|
title: SaaS
|
||||||
to: https://github.com/nuxt-ui-pro/saas
|
to: https://github.com/nuxt-ui-pro/saas
|
||||||
@@ -198,7 +198,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
|
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Docs
|
title: Docs
|
||||||
to: https://github.com/nuxt-ui-pro/docs
|
to: https://github.com/nuxt-ui-pro/docs
|
||||||
@@ -208,7 +208,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
|
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Landing
|
title: Landing
|
||||||
to: https://github.com/nuxt-ui-pro/landing
|
to: https://github.com/nuxt-ui-pro/landing
|
||||||
@@ -224,7 +224,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -234,7 +234,7 @@ A dashboard with multi-column layout.
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: SaaS
|
title: SaaS
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/saas
|
to: https://github.com/nuxt-ui-pro/saas
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -244,7 +244,7 @@ A template with landing, pricing, docs and blog.
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Docs
|
title: Docs
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/docs
|
to: https://github.com/nuxt-ui-pro/docs
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -254,7 +254,7 @@ A documentation with `@nuxt/content`.
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Landing
|
title: Landing
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/landing
|
to: https://github.com/nuxt-ui-pro/landing
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -362,13 +362,13 @@ Use `field-group` to group related fields together in a list. `field-group` help
|
|||||||
Use `icon` to insert icons from icon libraries. Icons provide visual cues and enhance the user interface of your documentation.
|
Use `icon` to insert icons from icon libraries. Icons provide visual cues and enhance the user interface of your documentation.
|
||||||
|
|
||||||
::code-preview
|
::code-preview
|
||||||
:icon{name="i-simple-icons-nuxtdotjs"}
|
:icon{name="simple-icons-nuxtdotjs"}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#code
|
#code
|
||||||
```mdc
|
```mdc
|
||||||
:icon{name="i-simple-icons-nuxtdotjs"}
|
:icon{name="simple-icons-nuxtdotjs"}
|
||||||
```
|
```
|
||||||
::
|
::
|
||||||
|
|
||||||
|
@@ -148,7 +148,7 @@ class: "[&>div]:*:my-0 [&>div]:*:w-full"
|
|||||||
---
|
---
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
@@ -161,7 +161,7 @@ class: "[&>div]:*:my-0 [&>div]:*:w-full"
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -178,7 +178,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
:::card-group{.w-full}
|
:::card-group{.w-full}
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
@@ -188,7 +188,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
|
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: SaaS
|
title: SaaS
|
||||||
to: https://github.com/nuxt-ui-pro/saas
|
to: https://github.com/nuxt-ui-pro/saas
|
||||||
@@ -198,7 +198,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
|
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Docs
|
title: Docs
|
||||||
to: https://github.com/nuxt-ui-pro/docs
|
to: https://github.com/nuxt-ui-pro/docs
|
||||||
@@ -208,7 +208,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
|
|
||||||
::::card
|
::::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Landing
|
title: Landing
|
||||||
to: https://github.com/nuxt-ui-pro/landing
|
to: https://github.com/nuxt-ui-pro/landing
|
||||||
@@ -224,7 +224,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/dashboard
|
to: https://github.com/nuxt-ui-pro/dashboard
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -234,7 +234,7 @@ A dashboard with multi-column layout.
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: SaaS
|
title: SaaS
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/saas
|
to: https://github.com/nuxt-ui-pro/saas
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -244,7 +244,7 @@ A template with landing, pricing, docs and blog.
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Docs
|
title: Docs
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/docs
|
to: https://github.com/nuxt-ui-pro/docs
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -254,7 +254,7 @@ A documentation with `@nuxt/content`.
|
|||||||
::card
|
::card
|
||||||
---
|
---
|
||||||
title: Landing
|
title: Landing
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
to: https://github.com/nuxt-ui-pro/landing
|
to: https://github.com/nuxt-ui-pro/landing
|
||||||
target: _blank
|
target: _blank
|
||||||
---
|
---
|
||||||
@@ -362,13 +362,13 @@ Use `field-group` to group related fields together in a list. `field-group` help
|
|||||||
Use `icon` to insert icons from icon libraries. Icons provide visual cues and enhance the user interface of your documentation.
|
Use `icon` to insert icons from icon libraries. Icons provide visual cues and enhance the user interface of your documentation.
|
||||||
|
|
||||||
::code-preview
|
::code-preview
|
||||||
:icon{name="i-simple-icons-nuxtdotjs"}
|
:icon{name="simple-icons-nuxtdotjs"}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#code
|
#code
|
||||||
```mdc
|
```mdc
|
||||||
:icon{name="i-simple-icons-nuxtdotjs"}
|
:icon{name="simple-icons-nuxtdotjs"}
|
||||||
```
|
```
|
||||||
::
|
::
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ There are already many websites based on this template:
|
|||||||
::card-group
|
::card-group
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt
|
title: Nuxt
|
||||||
to: https://nuxt.com
|
to: https://nuxt.com
|
||||||
@@ -22,7 +22,7 @@ There are already many websites based on this template:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt UI
|
title: Nuxt UI
|
||||||
to: https://ui.nuxt.com
|
to: https://ui.nuxt.com
|
||||||
@@ -32,7 +32,7 @@ There are already many websites based on this template:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Image
|
title: Nuxt Image
|
||||||
to: https://image.nuxt.com
|
to: https://image.nuxt.com
|
||||||
@@ -42,7 +42,7 @@ There are already many websites based on this template:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Content
|
title: Nuxt Content
|
||||||
to: https://content.nuxt.com
|
to: https://content.nuxt.com
|
||||||
@@ -52,7 +52,7 @@ There are already many websites based on this template:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Devtools
|
title: Nuxt Devtools
|
||||||
to: https://devtools.nuxt.com
|
to: https://devtools.nuxt.com
|
||||||
@@ -62,7 +62,7 @@ There are already many websites based on this template:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Hub
|
title: Nuxt Hub
|
||||||
to: https://hub.nuxt.com
|
to: https://hub.nuxt.com
|
||||||
|
@@ -44,7 +44,7 @@ export default defineAppConfig({
|
|||||||
colorMode: true,
|
colorMode: true,
|
||||||
// Customize links
|
// Customize links
|
||||||
links: [{
|
links: [{
|
||||||
'icon': 'i-simple-icons-github',
|
'icon': 'simple-icons-github',
|
||||||
'to': 'https://github.com/nuxt-ui-pro/docs',
|
'to': 'https://github.com/nuxt-ui-pro/docs',
|
||||||
'target': '_blank',
|
'target': '_blank',
|
||||||
'aria-label': 'GitHub'
|
'aria-label': 'GitHub'
|
||||||
@@ -64,22 +64,22 @@ export default defineAppConfig({
|
|||||||
colorMode: false,
|
colorMode: false,
|
||||||
// Customize links
|
// Customize links
|
||||||
links: [{
|
links: [{
|
||||||
'icon': 'i-simple-icons-nuxtdotjs',
|
'icon': 'simple-icons-nuxtdotjs',
|
||||||
'to': 'https://nuxt.com',
|
'to': 'https://nuxt.com',
|
||||||
'target': '_blank',
|
'target': '_blank',
|
||||||
'aria-label': 'Nuxt Website'
|
'aria-label': 'Nuxt Website'
|
||||||
}, {
|
}, {
|
||||||
'icon': 'i-simple-icons-discord',
|
'icon': 'simple-icons-discord',
|
||||||
'to': 'https://discord.com/invite/ps2h6QT',
|
'to': 'https://discord.com/invite/ps2h6QT',
|
||||||
'target': '_blank',
|
'target': '_blank',
|
||||||
'aria-label': 'Nuxt UI on Discord'
|
'aria-label': 'Nuxt UI on Discord'
|
||||||
}, {
|
}, {
|
||||||
'icon': 'i-simple-icons-x',
|
'icon': 'simple-icons-x',
|
||||||
'to': 'https://x.com/nuxt_js',
|
'to': 'https://x.com/nuxt_js',
|
||||||
'target': '_blank',
|
'target': '_blank',
|
||||||
'aria-label': 'Nuxt on X'
|
'aria-label': 'Nuxt on X'
|
||||||
}, {
|
}, {
|
||||||
'icon': 'i-simple-icons-github',
|
'icon': 'simple-icons-github',
|
||||||
'to': 'https://github.com/nuxt/ui',
|
'to': 'https://github.com/nuxt/ui',
|
||||||
'target': '_blank',
|
'target': '_blank',
|
||||||
'aria-label': 'Nuxt UI on GitHub'
|
'aria-label': 'Nuxt UI on GitHub'
|
||||||
@@ -112,7 +112,7 @@ export default defineAppConfig({
|
|||||||
to: 'https://ui.nuxt.com/getting-started/installation/pro/nuxt',
|
to: 'https://ui.nuxt.com/getting-started/installation/pro/nuxt',
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
}, {
|
}, {
|
||||||
icon: 'i-simple-icons-nuxtdotjs',
|
icon: 'simple-icons-nuxtdotjs',
|
||||||
label: 'Purchase a license',
|
label: 'Purchase a license',
|
||||||
to: 'https://ui.nuxt.com/pro/purchase',
|
to: 'https://ui.nuxt.com/pro/purchase',
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
|
@@ -52,7 +52,7 @@ tree:
|
|||||||
::card-group
|
::card-group
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt
|
title: Nuxt
|
||||||
to: https://nuxt.com
|
to: https://nuxt.com
|
||||||
@@ -62,7 +62,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt UI
|
title: Nuxt UI
|
||||||
to: https://ui.nuxt.com
|
to: https://ui.nuxt.com
|
||||||
@@ -72,7 +72,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Image
|
title: Nuxt Image
|
||||||
to: https://image.nuxt.com
|
to: https://image.nuxt.com
|
||||||
@@ -82,7 +82,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Content
|
title: Nuxt Content
|
||||||
to: https://content.nuxt.com
|
to: https://content.nuxt.com
|
||||||
@@ -92,7 +92,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Devtools
|
title: Nuxt Devtools
|
||||||
to: https://devtools.nuxt.com
|
to: https://devtools.nuxt.com
|
||||||
@@ -102,7 +102,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Hub
|
title: Nuxt Hub
|
||||||
to: https://hub.nuxt.com
|
to: https://hub.nuxt.com
|
||||||
|
@@ -52,7 +52,7 @@ tree:
|
|||||||
::card-group
|
::card-group
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt
|
title: Nuxt
|
||||||
to: https://nuxt.com
|
to: https://nuxt.com
|
||||||
@@ -62,7 +62,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt UI
|
title: Nuxt UI
|
||||||
to: https://ui.nuxt.com
|
to: https://ui.nuxt.com
|
||||||
@@ -72,7 +72,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Image
|
title: Nuxt Image
|
||||||
to: https://image.nuxt.com
|
to: https://image.nuxt.com
|
||||||
@@ -82,7 +82,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Content
|
title: Nuxt Content
|
||||||
to: https://content.nuxt.com
|
to: https://content.nuxt.com
|
||||||
@@ -92,7 +92,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Devtools
|
title: Nuxt Devtools
|
||||||
to: https://devtools.nuxt.com
|
to: https://devtools.nuxt.com
|
||||||
@@ -102,7 +102,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Hub
|
title: Nuxt Hub
|
||||||
to: https://hub.nuxt.com
|
to: https://hub.nuxt.com
|
||||||
|
@@ -52,7 +52,7 @@ tree:
|
|||||||
::card-group
|
::card-group
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt
|
title: Nuxt
|
||||||
to: https://nuxt.com
|
to: https://nuxt.com
|
||||||
@@ -62,7 +62,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt UI
|
title: Nuxt UI
|
||||||
to: https://ui.nuxt.com
|
to: https://ui.nuxt.com
|
||||||
@@ -72,7 +72,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Image
|
title: Nuxt Image
|
||||||
to: https://image.nuxt.com
|
to: https://image.nuxt.com
|
||||||
@@ -82,7 +82,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Content
|
title: Nuxt Content
|
||||||
to: https://content.nuxt.com
|
to: https://content.nuxt.com
|
||||||
@@ -92,7 +92,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Devtools
|
title: Nuxt Devtools
|
||||||
to: https://devtools.nuxt.com
|
to: https://devtools.nuxt.com
|
||||||
@@ -102,7 +102,7 @@ tree:
|
|||||||
|
|
||||||
:::card
|
:::card
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
title: Nuxt Hub
|
title: Nuxt Hub
|
||||||
to: https://hub.nuxt.com
|
to: https://hub.nuxt.com
|
||||||
|
@@ -38,7 +38,7 @@ Nuxt UI Pro is a collection of premium components built on top of Nuxt UI to cre
|
|||||||
:::u-button
|
:::u-button
|
||||||
---
|
---
|
||||||
color: neutral
|
color: neutral
|
||||||
icon: i-simple-icons-github
|
icon: simple-icons-github
|
||||||
size: xl
|
size: xl
|
||||||
target: _blank
|
target: _blank
|
||||||
to: https://github.com/nuxt-ui-pro/docs
|
to: https://github.com/nuxt-ui-pro/docs
|
||||||
@@ -68,7 +68,7 @@ All-in-one documentation template
|
|||||||
#features
|
#features
|
||||||
:::u-page-feature
|
:::u-page-feature
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxt
|
icon: simple-icons-nuxt
|
||||||
target: _blank
|
target: _blank
|
||||||
to: https://nuxt.com
|
to: https://nuxt.com
|
||||||
---
|
---
|
||||||
@@ -81,7 +81,7 @@ All-in-one documentation template
|
|||||||
|
|
||||||
:::u-page-feature
|
:::u-page-feature
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-markdown
|
icon: simple-icons-markdown
|
||||||
target: _blank
|
target: _blank
|
||||||
to: https://content.nuxt.com
|
to: https://content.nuxt.com
|
||||||
---
|
---
|
||||||
@@ -107,7 +107,7 @@ All-in-one documentation template
|
|||||||
|
|
||||||
:::u-page-feature
|
:::u-page-feature
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-typescript
|
icon: simple-icons-typescript
|
||||||
target: _blank
|
target: _blank
|
||||||
to: https://www.typescriptlang.org
|
to: https://www.typescriptlang.org
|
||||||
---
|
---
|
||||||
@@ -120,7 +120,7 @@ All-in-one documentation template
|
|||||||
|
|
||||||
:::u-page-feature
|
:::u-page-feature
|
||||||
---
|
---
|
||||||
icon: i-simple-icons-nuxtdotjs
|
icon: simple-icons-nuxtdotjs
|
||||||
target: _blank
|
target: _blank
|
||||||
to: https://content.nuxt.com/docs/studio
|
to: https://content.nuxt.com/docs/studio
|
||||||
---
|
---
|
||||||
|
0
llms-full.txt
Normal file
0
llms-full.txt
Normal file
Reference in New Issue
Block a user