MS Design

Vue components that implement Microsoft Design Language

Build Status Coverage Status Downloads Version Dependencies DevDependencies License Chat On Gitter

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-design';
import 'ms-design/lib/ms-design.css';

Vue.use(msd);

Browser Support

Modern browsers and Internet Explorer 10+.

Changelog

Detailed changes for each release are documented in the release notes.

Documentation

Check out our documentation website.

Licence

This project is licensed under the terms of the MIT license.