diff --git a/docs/content/1.getting-started/2.installation.md b/docs/content/1.getting-started/2.installation.md index 9c6d89ce..a3b37663 100644 --- a/docs/content/1.getting-started/2.installation.md +++ b/docs/content/1.getting-started/2.installation.md @@ -2,8 +2,6 @@ description: 'Learn how to install and configure the module in your Nuxt app.' --- -## Overview - 1. Install `@nuxthq/ui` dependency to your project: ::code-group @@ -30,8 +28,10 @@ export default defineNuxtConfig({ }) ``` -::alert That's it! You can now use all the components and composables in your Nuxt app ✨ + +::alert{icon="i-heroicons-exclamation-triangle"} +As this module installs [@nuxtjs/tailwindcss](https://tailwindcss.nuxtjs.org/) and [@nuxtjs/color-mode](https://color-mode.nuxtjs.org/) for you, you should remove them from your `modules` and `dependencies` if you've previously installed them manually. :: ## Options