Skip to content

Commit 9185aad

Browse files
mdembnayyx990803
authored andcommitted
Add MDB Bootstrap themes (#2383)
1 parent cdd693d commit 9185aad

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

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

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,41 @@ var themeData = [
8989
image: 'https://raw.githubusercontent.com/creativetimofficial/public-assets/master/vue-light-bootstrap-dashboard/vue-light-bootstrap-dashboard.jpg'
9090
}
9191
]
92+
},
93+
{
94+
name: "MDBootstrap",
95+
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.`,
96+
seeMoreUrl: "https://mdbootstrap.com/docs/vue?utm_ref_id=82665",
97+
products: [
98+
{
99+
url: "https://mdbootstrap.com/products/vue-ui-kit?utm_ref_id=82665",
100+
name: "Vue Material Bootstrap Pro",
101+
description: "Premium Vue.js UI Kit",
102+
image: "https://mdbootstrap.com/img/Marketing/mdb-press-pack/vuejs/ui-kit.jpg",
103+
price: 99
104+
},
105+
{
106+
url: "https://mdbootstrap.com/docs/vue?utm_ref_id=82665",
107+
name: "Vue Material Bootstrap Kit",
108+
description: "Free Vue.js UI Kit",
109+
image: "https://mdbootstrap.com/img/Marketing/mdb-press-pack/vuejs/ui-kit.jpg",
110+
price: 0
111+
},
112+
{
113+
url: "https://mdbootstrap.com/products/vue-admin-dashboard?utm_ref_id=82665",
114+
name: " Vue Admin Bootstrap Pro",
115+
description: "Premium Vue.js Templates Pack",
116+
image: "https://mdbootstrap.com/img/Marketing/mdb-press-pack/vuejs/admin-pack.jpg",
117+
price: 79
118+
},
119+
{
120+
url: "https://mdbootstrap.com/freebies/vue/admin-dashboard?utm_ref_id=82665",
121+
name: "Vue Admin Bootstrap",
122+
description: "Free Vue.js Templates Pack",
123+
image: "https://mdbootstrap.com/img/Marketing/mdb-press-pack/vuejs/admin-pack.jpg",
124+
price: 0
125+
}
126+
]
92127
}
93-
]
128+
129+
]

0 commit comments

Comments
 (0)