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
Bash

Usage

import Vue from 'vue';
import msd from 'ms-deisgn';
import 'ms-deisgn/lib/ms-design.css';

Vue.use(msd);
JavaScript

Browser Support

Modern browsers and Internet Explorer 10+.

GitHub

Vue components that implement Microsoft Design LanguageRead More

Latest commit to the develop branch on 3-24-2019
Download as zip