Skip to content
This repository has been archived by the owner on Apr 15, 2018. It is now read-only.

R6Stats/r6stats-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r6stats-ui

A lightweight collection of Vue.js components used for the UI on the R6Stats website.

Requirements

Vue.js (2.x) - there are no plans for any Vue 1.x support.

Browser Support

IE10+

Usage

import Vue from 'vue'
import R6StatsComponents from 'r6stats-components'

Vue.use(R6StatsComponents)

or

import Vue from 'vue'
import { Badge, ProgressBar } from 'r6stats-components'

new Vue({
  components: {
    Badge,
    ProgressBar
  }
})

Releases

No releases published

Packages

No packages published