diff --git a/src/ecosystem/themes/themes.json b/src/ecosystem/themes/themes.json index 827af3fbd0..a042892035 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.",