From a34e73fd2591ab25f69c3cc6148e8206edfe4c18 Mon Sep 17 00:00:00 2001 From: Hugo Richard Date: Thu, 20 Mar 2025 00:34:41 +0100 Subject: [PATCH] docs(themes): add NuxtUI Pro (#3195) * docs(theme): add NuxtUI Pro * up --- src/ecosystem/themes/themes.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/ecosystem/themes/themes.json b/src/ecosystem/themes/themes.json index 83fc904d7..c2b5de639 100644 --- a/src/ecosystem/themes/themes.json +++ b/src/ecosystem/themes/themes.json @@ -1,4 +1,25 @@ [ + { + "name": "Nuxt UI", + "description": "[Nuxt UI](https://ui.nuxt.com) is a free and open-source UI library for Vue.js. It is built on top of Tailwind CSS and includes a variety of components and utilities that can be used to quickly build modern, responsive web applications.", + "seeMoreUrl": "https://ui.nuxt.com/pro", + "products": [ + { + "name": "UI Pro Components", + "price": 199, + "description": "Premium Vue components, composables, and utils based on Nuxt UI.", + "url": "https://ui.nuxt.com/pro", + "image": "https://res.cloudinary.com/nuxt/image/upload/v1742036103/nuxt-ui/nuxt-ui-pro-og-image_vzvwge.png" + }, + { + "name": "Dashboard", + "price": 199, + "description": "Vue Dashboard Template made with Nuxt UI Pro.", + "url": "https://vue-dashboard-template.nuxt.dev", + "image": "https://res.cloudinary.com/nuxt/image/upload/v1742036101/nuxt-ui/nuxt-ui-dashboard-social-card_kpeysq.png" + } + ] + }, { "name": "Creative Tim", "description": "With the examples below built by our partners from [Creative Tim](https://creative-tim.com?affiliate_id=116187) you can see how a real world application is built, the technology stack behind it and how most of the concepts you've learned so far apply in a real world application.",