From 2af0346654b755cfe9b56039374e9d01e83cd18f Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 24 Oct 2024 14:35:46 +0200 Subject: [PATCH] docs(getting-started): improve faq --- docs/content/1.getting-started/1.index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/1.getting-started/1.index.md b/docs/content/1.getting-started/1.index.md index 39a0437f..d7ebc824 100644 --- a/docs/content/1.getting-started/1.index.md +++ b/docs/content/1.getting-started/1.index.md @@ -78,6 +78,10 @@ Key points to consider: The transition to v3 involves significant changes, including new component structures, updated theming approaches, and revised TypeScript definitions. We recommend a careful, incremental upgrade process, starting with thorough testing in a development environment. :: + ::accordion-item{label="What about Nuxt UI Pro?"} + We've also rebuilt Nuxt UI Pro from scratch and released a `v3.0.0-alpha.x` package but it only contains the components to build this documentation yet. This will be a free update, so the license you buy now will be valid for v3. We're actively working to finish the rewrite of all Nuxt UI Pro components. + :: + ::accordion-item{label="Will Nuxt UI v3 work with other CSS frameworks like UnoCSS?"} Nuxt UI v3 is currently designed to work exclusively with Tailwind CSS. While there's interest in UnoCSS support, implementing it would require significant changes to the theme structure due to differences in class naming conventions. As a result, we don't have plans to add UnoCSS support in v3. ::