From 9ba4631f315717a604e4d4e6d82b7e02c8825977 Mon Sep 17 00:00:00 2001 From: WrapPixel Date: Tue, 26 May 2020 20:16:02 +0530 Subject: [PATCH] Added wrappixel products for premium themes (#1840) --- docs/lib/PremiumThemes/premium.js | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/docs/lib/PremiumThemes/premium.js b/docs/lib/PremiumThemes/premium.js index 9eed3e3f4..634964c95 100644 --- a/docs/lib/PremiumThemes/premium.js +++ b/docs/lib/PremiumThemes/premium.js @@ -84,4 +84,35 @@ export default [ }, ], }, + { + creator: { + name: 'WrapPixel', + tagLine: + 'Check out some examples that our partners from WrapPixel created using the Reactstrap components library.', + link: 'https://www.wrappixel.com', + }, + products: [ + { + title: 'MaterialPro Admin with Reactstrap', + tagLine: 'Premium Admin Template for Bootstrap 4 and Reactstrap', + imgUrl: + 'https://www.wrappixel.com/wp-content/uploads/edd/2020/04/materialpro-react-admin-y.jpg', + link: 'https://www.wrappixel.com/templates/materialpro-react-redux-admin/', + }, + { + title: 'Xtreme Admin & Dashboard Template with Reactstrap', + tagLine: 'Premium Reactstrap (Bootstrap 4) Admin Template', + imgUrl: + 'https://www.wrappixel.com/wp-content/uploads/edd/2020/04/xtreme-react-admin-template-y.jpg', + link: 'https://www.wrappixel.com/templates/xtreme-react-redux-admin/', + }, + { + title: 'AdminPro React Admin Template with Reactstrap', + tagLine: 'Best admin templates for Bootstrap 4 and Reactstrap', + imgUrl: + 'https://www.wrappixel.com/wp-content/uploads/edd/2020/04/adminpro-react-dashboard-y.jpg', + link: 'https://www.wrappixel.com/templates/adminpro-react-redux-admin/', + }, + ], + }, ];