Skip to content

docs(themes): add NuxtUI Pro * docs(theme): add NuxtUI Pro * up (#2525) #2526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/ecosystem/themes/themes.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down