Skip to content

Add Sakai and Atlantis themes for PrimeVue #1257

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
Sep 25, 2021
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
35 changes: 21 additions & 14 deletions src/.vuepress/components/community/themes/theme-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,18 +131,25 @@ export default [
seeMoreUrl: 'https://www.primefaces.org/primevue/#/?af_id=4218',
products: [
{
name: 'Freya',
name: 'Sakai',
price: 0,
description: 'Free Admin Template',
url: 'https://www.primefaces.org/sakai-vue/#/?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/sakai.jpg'
},
{
name: 'Atlantis',
price: 59,
description: 'Premium Admin Template',
url: 'https://www.primefaces.org/layouts/freya-vue?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/freya.jpg'
url: 'https://www.primefaces.org/layouts/atlantis-vue?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/atlantis.jpg'
},
{
name: 'Diamond',
name: 'Freya',
price: 59,
description: 'PrimeOne Design Admin Template',
url: 'https://www.primefaces.org/layouts/diamond-vue?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/diamond.jpg'
description: 'Premium Admin Template',
url: 'https://www.primefaces.org/layouts/freya-vue?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/freya.jpg'
},
{
name: 'Ultima',
Expand All @@ -151,6 +158,13 @@ export default [
url: 'https://www.primefaces.org/layouts/ultima-vue?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/ultima.jpg'
},
{
name: 'Diamond',
price: 59,
description: 'PrimeOne Design Admin Template',
url: 'https://www.primefaces.org/layouts/diamond-vue?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/diamond.jpg'
},
{
name: 'Sapphire',
price: 49,
Expand Down Expand Up @@ -199,13 +213,6 @@ export default [
description: 'Highly Customizable Admin Template',
url: 'https://www.primefaces.org/layouts/prestige-vue?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/prestige.jpg'
},
{
name: 'Sigma',
price: 0,
description: 'Free Admin Template',
url: 'https://www.primefaces.org/sigma-vue/#/?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/sigma.jpg'
}
]
},
Expand Down