0.0.1 • Published 4 years ago

league-ui-test v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

league-ui

League UI library for Web APP, built with Vue.js.

Note

This UI library will reset some styles as followed. I strongly recommend you to add these styles to all of your projects for saving time to find CSS bugs :)

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

4 years ago