0.0.15 • Published 7 years ago

r6stats-ui v0.0.15

Weekly downloads
61
License
-
Repository
-
Last release
7 years ago

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
  }
})
0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago