Vue components that implement Microsoft Design Language
MS Design is available as an npm package
# with npm
npm install ms-design -S
# with yarn
yarn add ms-design
import Vue from 'vue';
import msd from 'ms-design';
import 'ms-design/lib/ms-design.css';
Vue.use(msd);
Modern browsers and Internet Explorer 10+.
Detailed changes for each release are documented in the release notes.
Check out our documentation website.
This project is licensed under the terms of the MIT license.