Vue components that implement Microsoft's Fluent Design
Vue components that implement Microsoft's Fluent Design.
English | 简体中文
MS Design
Vue components that implement Microsoft Design Language
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.
Major Contributors
Github ID | Avatar |
---|---|
pyyzcwg2833 | |
zysallen | |
CirnoBreak |
Join Discusion Group
Scan the QR code using QQ or Wechat to join in discusion group, or click on the link to join the chat room on Gitter.
Gitter | ||
---|---|---|
Chat on Gitter |
Licence
This project is licensed under the terms of the MIT license.