From 2a210594955c8f1e9f95dc2de9eed9c2bc9471ca Mon Sep 17 00:00:00 2001 From: Tech Genius <74496810+TechGenius7777@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:29:32 +0530 Subject: [PATCH] docs: change NuxtLabs UI to Nuxt UI (#23150) --- docs/1.getting-started/4.styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/4.styling.md b/docs/1.getting-started/4.styling.md index dfd87b4ddb..2844cd0db3 100644 --- a/docs/1.getting-started/4.styling.md +++ b/docs/1.getting-started/4.styling.md @@ -468,7 +468,7 @@ Here are a few modules to help you get started: - [Tailwind CSS](https://nuxt.com/modules/tailwindcss): Utility-first CSS framework - [Fontaine](https://github.com/nuxt-modules/fontaine): Font metric fallback - [Pinceau](https://pinceau.dev/): Adaptable styling framework -- [NuxtLabs UI](https://nuxt.com/modules/nuxtlabs-ui) +- [Nuxt UI](https://ui.nuxt.com): A UI Library for Modern Web Apps Nuxt modules provide you with a good developer experience out of the box, but remember that if your favorite tool doesn't have a module, it doesn't mean that you can't use it with Nuxt! You can configure it yourself for your own project. Depending on the tool, you might need to use a [Nuxt plugin](docs/guide/directory-structure/plugins) and/or [make your own module](/docs/guide/going-further/modules). Share them with the [community](https://nuxt.com/modules) if you do!