1
0
Fork
You've already forked vue-material
0
No description
  • Vue 56.9%
  • JavaScript 27.9%
  • SCSS 14.8%
  • Shell 0.4%
Find a file
Simone Primarosa 90d59e1e75
Fix mdtable comparator ( #2279 )
* Fix mdtable comparator
* Remove semicolons
* Remove unnencessary comment
* Disable eslint complexity rule for comparator
Co-authored-by: Simone Primarosa <simonepri@outlook.com>
2021年02月12日 13:20:11 +02:00
.github chore: apply discord vanity URL ( #1927 ) 2018年09月09日 09:08:31 +02:00
build chore: some misspellings in config.js ( #1986 ) 2019年05月12日 01:38:15 +02:00
dist v1.0.0-beta-15 ( #2257 ) 2020年08月13日 17:22:37 +03:00
docs fix: carbon ads ( #2266 ) 2020年08月24日 15:11:05 +03:00
src Fix mdtable comparator ( #2279 ) 2021年02月12日 13:20:11 +02:00
test v1.0.0-beta-15 ( #2257 ) 2020年08月13日 17:22:37 +03:00
.babelrc test: fix test execution 2018年01月30日 12:30:34 -02:00
.codeclimate.yml Update .codeclimate.yml 2018年01月15日 15:14:38 -02:00
.editorconfig refactor: misc changes 2017年08月31日 02:05:22 -03:00
.eslintignore chore: add commit convention and changelog 2017年06月23日 02:58:44 -03:00
.eslintrc v1.0.0-beta-15 ( #2257 ) 2020年08月13日 17:22:37 +03:00
.gitignore docs: fix 2 wrong property names with autocomplete docs ( #2006 ) 2019年05月12日 01:49:43 +02:00
.travis.yml docs: improve Codepen examples by transpile all scripts and styles 2017年11月30日 02:24:29 -02:00
CHANGELOG.md v1.0.0-beta-15 ( #2257 ) 2020年08月13日 17:22:37 +03:00
FUNDING.yml feat: active theme section move to navbar + code fund re-style ( #2225 ) 2020年05月27日 18:21:11 +03:00
LICENSE chore: remove todo 2017年06月23日 03:09:55 -03:00
package-lock.json v1.0.0-beta-15 ( #2257 ) 2020年08月13日 17:22:37 +03:00
package.json v1.0.0-beta-15 ( #2257 ) 2020年08月13日 17:22:37 +03:00
README.md faet: readme backers button ( #2238 ) 2020年06月11日 16:53:52 +03:00
ROADMAP.md feat: active theme section move to navbar + code fund re-style ( #2225 ) 2020年05月27日 18:21:11 +03:00
yarn.lock v1.0.0-beta-15 ( #2257 ) 2020年08月13日 17:22:37 +03:00

Material Design for Vue.js

Build Status Downloads License Chat

Vue Material is Simple, lightweight and built exactly according to the Google Material Design specs

Build well-designed apps that can fit on every screen with support to all modern Web Browsers with dynamic themes, components on demand and all with an ease-to-use API

Demo and Documentation

Documentation & demos

Examples

If you are trying to find the documentation for previous versions, please go to old website.

Installation and Usage

Install Vue Material through npm or yarn

npm install vue-material --save
yarn add vue-material

* Others package managers like JSPM and Bower are not supported yet.

Import or require Vue and Vue Material in your code:

import Vue from 'vue'
import VueMaterial from 'vue-material'
import 'vue-material/dist/vue-material.min.css'
Vue.use(VueMaterial)

Or use individual components:

import Vue from 'vue'
import { MdButton, MdContent, MdTabs } from 'vue-material/dist/components'
import 'vue-material/dist/vue-material.min.css'
Vue.use(MdButton)
Vue.use(MdContent)
Vue.use(MdTabs)

Alternatively you can download and reference the script and the stylesheet in your HTML:

<link rel="stylesheet" href="path/to/vue-material.css">
<script src="path/to/vue-material.js"></script>

Optionally import Roboto font & Material Icons from Google CDN:

<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic|Material+Icons">

Changelog

Changelog

Questions

If you have any questions, ideas or you want to discuss with Vue Material community, use Discord to join us.

Contributing

Please make sure to read the Contributing Guide before making a pull request.

Browser Support

Vue Material supports all modern browsers.

May work in other browsers but it's untested.

Become a part of the Vue Material community

This project exists thanks to all the people who contribute

Sponsors & Backers

Thank you to all our backers! 🙏 [Become a backer]

Credits and Thanks

Vue Material does not run under the umbrella of any company or anything like that. It is an independent project created by Marcos Moura in his spare time, which has become one of the most used UI Libraries for Vue.js. The development is active and we are working hard to release great things for you.

License

MIT