Skip to content

Add MDB Bootstrap themes #2382

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

Closed
wants to merge 2 commits into from
Closed
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
38 changes: 37 additions & 1 deletion themes/vue/source/js/theme-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,41 @@ var themeData = [
image: 'https://raw.githubusercontent.com/creativetimofficial/public-assets/master/vue-light-bootstrap-dashboard/vue-light-bootstrap-dashboard.jpg'
}
]
},
{
name: "MDBootstrap",
description: `Check out the themes, UI Kits and plugins below built by our partners from [MDBootstrap](https://mdbootstrap.com/?utm_ref_id=82665). Learn how to use Vue in professional projects along such technologies as Bootstrap. Templates & ready components make your development faster and more efficient.`,
seeMoreUrl: "https://mdbootstrap.com/docs/vue?utm_ref_id=82665",
products: [
{
url: "https://mdbootstrap.com/products/vue-ui-kit?utm_ref_id=82665",
name: "Vue Material Bootstrap Pro",
description: "Premium Vue.js UI Kit",
image: "https://mdbootstrap.com/img/Marketing/mdb-press-pack/vuejs/ui-kit.jpg",
price: 99
},
{
url: "https://mdbootstrap.com/docs/vue?utm_ref_id=82665",
name: "Vue Material Bootstrap Kit",
description: "Free Vue.js UI Kit",
image: "https://mdbootstrap.com/img/Marketing/mdb-press-pack/vuejs/ui-kit.jpg",
price: 0
},
{
url: "https://mdbootstrap.com/products/vue-admin-dashboard?utm_ref_id=82665",
name: " Vue Admin Bootstrap Pro",
description: "Premium Vue.js Templates Pack",
image: "https://mdbootstrap.com/img/Marketing/mdb-press-pack/vuejs/admin-pack.jpg",
price: 79
},
{
url: "https://mdbootstrap.com/freebies/vue/admin-dashboard?utm_ref_id=82665",
name: "Vue Admin Bootstrap",
description: "Free Vue.js Templates Pack",
image: "https://mdbootstrap.com/img/Marketing/mdb-press-pack/vuejs/admin-pack.jpg",
price: 0
}
]
}
]

]
Copy link
Member

Choose a reason for hiding this comment

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

A new line at EoF would be nice :)

Choose a reason for hiding this comment

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

@phanan added :) #2383