overwatch-ui

A UI library of Overwatch, built with Vue.js


Keywords
Vue, UI, Overwatch, overwatch-ui, ui-components, uikit
License
MIT
Install
npm install overwatch-ui@1.8.5

Documentation

overwatch-ui

Overwacht npm version Build Status License: MIT

A UI library of game Overwatch, built with Vue.js.

Documentation

For now, I have released the first version. Click link below to check it.

Official doc

Doc

Note

This UI library will reset some styles as followed. I strongly recommend you to add these styles to all of your projects :), because some CSS bugs can't be found without them.

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}