MS Design
Vue components that implement Microsoft's Fluent Design.
Installation
MS Design is available as an npm package
# with npm
npm install ms-design -S
# with yarn
yarn add ms-design
Usage
import Vue from 'vue';
import msd from 'ms-deisgn';
import 'ms-deisgn/lib/ms-design.css';
Vue.use(msd);
Browser Support
Modern browsers and Internet Explorer 10+.