From 9390164829ea998669e00aa2ed7f8556d030a10d Mon Sep 17 00:00:00 2001 From: HugoRCD Date: Wed, 12 Mar 2025 22:53:45 +0100 Subject: [PATCH 1/2] docs(theme): add NuxtUI Pro --- 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 827af3fbd0..f504172080 100644 --- a/src/ecosystem/themes/themes.json +++ b/src/ecosystem/themes/themes.json @@ -1,4 +1,25 @@ [ + { + "name": "Nuxt UI", + "description": "Nuxt UI 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", + "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://assets.hub.nuxt.com/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwczovL2Rhc2hib2FyZC10ZW1wbGF0ZS5udXh0LmRldiIsImlhdCI6MTczOTQ2MzU2N30._VElt4uvLjvAMdnTLytCInOajMElzWDKbmvOaMZhZUI.jpg?theme=dark" + }, + { + "name": "Dashboard", + "price": 199, + "description": "Vue Dashboard Template made with Nuxt UI Pro.", + "url": "https://vue-dashboard-template.nuxt.dev", + "image": "https://assets.hub.nuxt.com/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwczovL2Rhc2hib2FyZC10ZW1wbGF0ZS5udXh0LmRldiIsImlhdCI6MTczOTQ2MzU2N30._VElt4uvLjvAMdnTLytCInOajMElzWDKbmvOaMZhZUI.jpg?theme=dark" + } + ] + }, { "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.", From f7e84bc24d57c7a64f4baa079b750e75bdee08db Mon Sep 17 00:00:00 2001 From: HugoRCD Date: Sat, 15 Mar 2025 11:56:23 +0100 Subject: [PATCH 2/2] up --- src/ecosystem/themes/themes.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ecosystem/themes/themes.json b/src/ecosystem/themes/themes.json index f504172080..a042892035 100644 --- a/src/ecosystem/themes/themes.json +++ b/src/ecosystem/themes/themes.json @@ -1,22 +1,22 @@ [ { "name": "Nuxt UI", - "description": "Nuxt UI 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", + "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://assets.hub.nuxt.com/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwczovL2Rhc2hib2FyZC10ZW1wbGF0ZS5udXh0LmRldiIsImlhdCI6MTczOTQ2MzU2N30._VElt4uvLjvAMdnTLytCInOajMElzWDKbmvOaMZhZUI.jpg?theme=dark" + "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://assets.hub.nuxt.com/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwczovL2Rhc2hib2FyZC10ZW1wbGF0ZS5udXh0LmRldiIsImlhdCI6MTczOTQ2MzU2N30._VElt4uvLjvAMdnTLytCInOajMElzWDKbmvOaMZhZUI.jpg?theme=dark" + "image": "https://res.cloudinary.com/nuxt/image/upload/v1742036101/nuxt-ui/nuxt-ui-dashboard-social-card_kpeysq.png" } ] },