JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35
  • Score
    100M100P100Q59533F
  • License MIT

UI library

Package Exports

  • league-ui

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (league-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

League UI

Build Status Version License GitHub Stars

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


Install

$ yarn add league-ui

or

$ npm install league-ui --save

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;
}

I love playing League of Legends, so I built this just for fun but not for commercial purpose. Please note: some images, logos are from League of Legends made by Riot Games. If you want to use this lib for commercial purpose, you have to obey those licences and place a proper licence for your project.