Skip to content

Add PrimeVue Themes #2458

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 3 commits into from
Jan 30, 2020
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
56 changes: 56 additions & 0 deletions themes/vue/source/js/theme-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,62 @@ var themeData = [
price: 0
}
]
},
{
name: 'PrimeVue',
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.`,
seeMoreUrl: 'https://www.primefaces.org/primevue/#/?af_id=4218',
products: [
{
name: 'Sapphire',
price: 79,
description: 'Materal Design Admin Template',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is "Materal" intentional, or should it be "Material"?

Copy link
Contributor

@onursenture onursenture Feb 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it is not intentional. I created a PR to fix this. #2467

url: 'https://www.primefaces.org/layouts/sapphire-vue?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/sapphire.jpg'
},
{
name: 'Avalon',
price: 79,
description: 'Bootstrap Inspired Admin Template',
url: 'https://www.primefaces.org/layouts/avalon-vue?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/avalon.jpg'
},
{
name: 'Serenity',
price: 79,
description: 'Materal Design Admin Template',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto.

url: 'https://www.primefaces.org/layouts/serenity-vue?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/serenity.jpg'
},
{
name: 'Apollo',
price: 79,
description: 'Admin Template with a Dark Mode',
url: 'https://www.primefaces.org/layouts/apollo-vue?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/apollo.jpg'
},
{
name: 'Babylon',
price: 79,
description: 'Admin Template with Extensive Options',
url: 'https://www.primefaces.org/layouts/babylon-vue?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/babylon.jpg'
},
{
name: 'Roma',
price: 59,
description: 'Admin Template with a Clean Design System',
url: 'https://www.primefaces.org/layouts/roma-vue?af_id=4218',
image: 'https://www.primefaces.org/vue-templates/roma.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'
}
]
}

]