Skip to content

Commit c08af82

Browse files
Add PrimeVue Themes (#2458) (#2006)
Co-authored-by: Cagatay Civici <cagatay.civici@gmail.com>
1 parent b232fd5 commit c08af82

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

themes/vue/source/js/theme-data.js

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,62 @@ var themeData = [
125125
price: 0
126126
}
127127
]
128+
},
129+
{
130+
name: 'PrimeVue',
131+
description: `The open-source UI component library [PrimeVue](https://www.primefaces.org/primevue/#/?af_id=4218) offers over 50 flexible components to build your apps with! They have a ton of different component themes and Vue-CLI application templates available to get the look&feel that suits you best.`,
132+
seeMoreUrl: 'https://www.primefaces.org/primevue/#/?af_id=4218',
133+
products: [
134+
{
135+
name: 'Sapphire',
136+
price: 79,
137+
description: 'Materal Design Admin Template',
138+
url: 'https://www.primefaces.org/layouts/sapphire-vue?af_id=4218',
139+
image: 'https://www.primefaces.org/vue-templates/sapphire.jpg'
140+
},
141+
{
142+
name: 'Avalon',
143+
price: 79,
144+
description: 'Bootstrap Inspired Admin Template',
145+
url: 'https://www.primefaces.org/layouts/avalon-vue?af_id=4218',
146+
image: 'https://www.primefaces.org/vue-templates/avalon.jpg'
147+
},
148+
{
149+
name: 'Serenity',
150+
price: 79,
151+
description: 'Materal Design Admin Template',
152+
url: 'https://www.primefaces.org/layouts/serenity-vue?af_id=4218',
153+
image: 'https://www.primefaces.org/vue-templates/serenity.jpg'
154+
},
155+
{
156+
name: 'Apollo',
157+
price: 79,
158+
description: 'Admin Template with a Dark Mode',
159+
url: 'https://www.primefaces.org/layouts/apollo-vue?af_id=4218',
160+
image: 'https://www.primefaces.org/vue-templates/apollo.jpg'
161+
},
162+
{
163+
name: 'Babylon',
164+
price: 79,
165+
description: 'Admin Template with Extensive Options',
166+
url: 'https://www.primefaces.org/layouts/babylon-vue?af_id=4218',
167+
image: 'https://www.primefaces.org/vue-templates/babylon.jpg'
168+
},
169+
{
170+
name: 'Roma',
171+
price: 59,
172+
description: 'Admin Template with a Clean Design System',
173+
url: 'https://www.primefaces.org/layouts/roma-vue?af_id=4218',
174+
image: 'https://www.primefaces.org/vue-templates/roma.jpg'
175+
},
176+
{
177+
name: 'Sigma',
178+
price: 0,
179+
description: 'Free Admin Template',
180+
url: 'https://www.primefaces.org/sigma-vue/#/?af_id=4218',
181+
image: 'https://www.primefaces.org/vue-templates/sigma.jpg'
182+
}
183+
]
128184
}
129185

130186
]

0 commit comments

Comments
 (0)