docs(getting-started): update

This commit is contained in:
Benjamin Canac
2024-09-30 11:44:39 +02:00
parent 673fef1595
commit aeccf30a92
7 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
---
navigation.title: Introduction
title: Nuxt UI v3
description: A comprehensive, Nuxt-integrated UI library providing a rich set of fully-styled, accessible and highly customizable components for building modern web applications.
description: 'A comprehensive, Nuxt-integrated UI library providing a rich set of fully-styled, accessible and highly customizable components for building modern web applications.'
---
We're thrilled to introduce this major update to our UI library, bringing significant improvements and powerful new features. Nuxt UI v3 represents a leap forward in creating robust, accessible, and highly customizable user interfaces for Nuxt applications.

View File

@@ -1,5 +1,6 @@
---
description: 'Learn how to customize the appearance of Nuxt UI components using Tailwind CSS.'
title: Theme
description: 'Learn to customize Nuxt UI components using Tailwind CSS v4 and the Tailwind Variants API.'
---
## Tailwind CSS

View File

@@ -1,5 +1,6 @@
---
description: 'Learn how to customize colors and optimize your color palette for Nuxt UI components.'
title: Colors
description: 'Learn to customize Nuxt UI component colors, enhancing your application visual theme.'
---
## Build colors

View File

@@ -1,5 +1,6 @@
---
description: 'Nuxt UI integrates seamlessly with `@nuxt/icon`, providing access to over 200,000+ icons from [Iconify](https://iconify.design/).'
title: Icons
description: 'Nuxt UI integrates with `@nuxt/icon` to access over 200,000+ icons from [Iconify](https://iconify.design/).'
links:
- label: 'nuxt/icon'
to: https://github.com/nuxt/icon

View File

@@ -1,5 +1,6 @@
---
description: 'Nuxt UI integrates seamlessly with `@nuxt/fonts`, providing plug-and-play font optimization for your Nuxt applications.'
title: Fonts
description: 'Nuxt UI integrates with `@nuxt/fonts` to provide plug-and-play font optimization.'
links:
- label: 'nuxt/fonts'
to: https://github.com/nuxt/fonts

View File

@@ -1,5 +1,6 @@
---
description: 'Nuxt UI integrates seamlessly with `@nuxtjs/color-mode`, offering effortless switching between light and dark themes.'
title: Color Mode
description: 'Nuxt UI integrates with `@nuxtjs/color-mode` to allow for easy switching between light and dark themes.'
links:
- label: 'nuxtjs/color-mode'
to: https://github.com/nuxt-modules/color-mode

View File

@@ -1,5 +0,0 @@
---
title: TypeScript
description: ''
navigation: false
---