0.0.15 • Published 8 years ago

r6stats-ui v0.0.15

Weekly downloads
61
License
-
Repository
-
Last release
8 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

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago