All Projects → creativetimofficial → Vue Material Kit

creativetimofficial / Vue Material Kit

Licence: mit
Vue Material Kit - Open Source Material Design UI Kit

Projects that are alternatives of or similar to Vue Material Kit

Vue Material Dashboard
Vue Material Dashboard - Open Source Material Design Admin
Stars: ✭ 403 (+74.46%)
Mutual labels:  vue-cli, material-design, material-ui, material-theme, vue-components, scss, vuejs2, webdesign
Vuetify Material Dashboard
Vuetify Material Dashboard - Open Source Material Design Admin
Stars: ✭ 1,023 (+342.86%)
Mutual labels:  vue-cli, material-ui, material-theme, vuejs2
Quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time
Stars: ✭ 20,090 (+8596.97%)
Mutual labels:  material-design, material-theme, vue-components, vuejs2
Balm Ui
♦️ A modular and customizable UI library based on Material Design and Vue
Stars: ✭ 133 (-42.42%)
Mutual labels:  material-design, ui-kit, vue-components, scss
Vuetify
🐉 Material Component Framework for Vue
Stars: ✭ 33,085 (+14222.51%)
Mutual labels:  material-design, ui-kit, material-theme, vue-components
Vuetify Swipeout
👆 A swipe out example built with Vue CLI 3 + Vuetify + Swiper.
Stars: ✭ 117 (-49.35%)
Mutual labels:  vue-cli, material-design, vuejs2
Storefront Ui
Customization-first, performance-oriented and elegant UI framework for eCommerce (and not only) based on Vue.js and Google Retail UX Playbook. Made with 💚 by Vue Storefront team and contributors.
Stars: ✭ 1,827 (+690.91%)
Mutual labels:  ui-kit, vue-components, vuejs2
Todo Vue
Code for YouTube series on building a Todo App in Vue.js
Stars: ✭ 199 (-13.85%)
Mutual labels:  vue-cli, vue-components, vuejs2
Minimalist
A Material Color Scheme Darker for Vim.
Stars: ✭ 205 (-11.26%)
Mutual labels:  material-design, material-ui, material-theme
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (-40.69%)
Mutual labels:  material-design, material-ui, material-theme
Material Theme
Material Theme, the most epic theme for Sublime Text 3 by Mattia Astorino
Stars: ✭ 11,093 (+4702.16%)
Mutual labels:  material-design, material-ui, material-theme
Material Dashboard
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
Stars: ✭ 9,987 (+4223.38%)
Mutual labels:  material-design, material-ui, material-theme
Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (+394.81%)
Mutual labels:  material-design, material-ui, ui-kit
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (-30.74%)
Mutual labels:  vue-cli, material-design, vuejs2
Ct Vue Material Dashboard Pro
Vue Material Dashboard Pro - Material Design Admin
Stars: ✭ 58 (-74.89%)
Mutual labels:  vue-cli, material-design, material-ui
Nextjs Material Kit
NextJS version of Material Kit React by Creative Tim
Stars: ✭ 141 (-38.96%)
Mutual labels:  material-design, material-ui, material-theme
Material Design Data
关于 Material Design 的一切资料都在这里
Stars: ✭ 1,857 (+703.9%)
Mutual labels:  material-design, material-ui, material-theme
Jekyll Material Theme
A Jekyll Theme based on Material Design using Materialize.
Stars: ✭ 165 (-28.57%)
Mutual labels:  material-design, material-ui, material-theme
Wi Pwn
ESP8266 Deauther ​with a material design WebUI 📶
Stars: ✭ 839 (+263.2%)
Mutual labels:  material-design, material-ui, material-theme
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (-3.46%)
Mutual labels:  vue-cli, vue-components, vuejs2

Vue Material Kit Tweet

version GitHub issues open GitHub closed issues Chat

Product Gif

Vue Material Kit is a beautiful resource built over Vue Material and Vuejs. It will help you get started developing UI Kits in no time. Vue Material Kit is the official Vuejs version of the Original Material Kit. Using the UI Kit is pretty simple but requires basic knowledge of Javascript, Vuejs and Vue Router.

We have created it thinking about things you actually need in a dashboard. Vue Material Kit contains handpicked and optimised Vuejs plugins. Everything is designed to fit with one another. As you will be able to see, the dashboard you can access on Creative Tim is a customisation of this product.

Let us know what you think and what we can improve below. And good luck with development!

Table of Contents

Versions

HTML React Vue
Material Kit  HTML Material Kit  React Vue Material Kit
React Native Figma WordPress
Material Kit React Native Material Kit Figma Material Kit WordPress

Demo

Buttons Inputs Navbars
Buttons Inputs Navbar
Login Page Landing Page Profile Page
Login Page Landing Page Profile Page

View More

Quick start

Quick start options:

Documentation

The documentation for the Vue Material Kit is hosted at our website.

File Structure

Within the download you'll find the following directories and files:

vue-material-kit/

├── CHANGELOG.md
├── README.md
├── babel.config.js
├── package.json
├── public
│   └── index.html
├── src
│   ├── App.vue
│   ├── assets
│   │   ├── img
│   │   └── scss
│   │       ├── material-kit
│   │       └── material-kit.scss
│   ├── components
│   │   ├── Badge.vue
│   │   ├── Dropdown.vue
│   │   ├── Modal.vue
│   │   ├── Pagination.vue
│   │   ├── Parallax.vue
│   │   ├── Slider.vue
│   │   ├── Tabs.vue
│   │   ├── cards
│   │   │   ├── LoginCard.vue
│   │   │   └── NavTabsCard.vue
│   │   └── index.js
│   ├── layout
│   │   ├── MainFooter.vue
│   │   ├── MainNavbar.vue
│   │   └── MobileMenu.vue
│   ├── main.js
│   ├── plugins
│   │   ├── globalComponents.js
│   │   ├── globalDirectives.js
│   │   ├── globalMixins.js
│   │   └── material-kit.js
│   ├── router.js
│   └── views
│       ├── Index.vue
│       ├── Landing.vue
│       ├── Login.vue
│       ├── Profile.vue
│       └── components
│           ├── BasicElementsSection.vue
│           ├── JavascriptComponentsSection.vue
│           ├── NavPillsSection.vue
│           ├── NavigationSection.vue
│           ├── NotificationsSection.vue
│           ├── SmallNavigationSection.vue
│           ├── TabsSection.vue
│           └── TypographyImagesSection.vue
└── vue.config.js

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Resources

HTML React Vue Angular
Material Dashboard  HTML Material Dashboard  React Vue Material Dashboard  Material Dashboard Angular
HTML Dark Vuetify
Material Dashboard Dark Material Dashboard Vuetify

Reporting Issues

We use GitHub Issues as the official bug tracker for the Vue Material Kit. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Vue Material Kit. Check the CHANGELOG from your kit on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Licensing

Useful Links

Social Media

Twitter: https://twitter.com/CreativeTim

Facebook: https://www.facebook.com/CreativeTim

Dribbble: https://dribbble.com/creativetim

Instagram: https://www.instagram.com/CreativeTimOfficial

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].