Skip to content

xinnks/xns-stat-compare-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xns-stat-compare-pack

A representational stat pack vue plugin for comparing two sources.

xns-stat-compare-pack

install

$ npm i xns-stat-compare-pack

Import & initiate plugin on your entry js file

    import XnsStatComparePack from 'xns-stat-compare-pack'

    Vue.use(XnsStatComparePack)

Example

<xns-stat-compare-pack
    :sp-width="300"
    :sp-height="50"
    :color-one="'#c70102'"
    :color-two="'#383838'"
    :size-one="16"
    :size-two="21"
    :stats-color="'white'"
    :sp-title="'Total Tackles'"
    :title-color="'white'"
></xns-stat-compare-pack>

Options

Option Type Required Default
spWidth Number false 300px
spHeight Number false 50px
colorOne String true none
colorTwo String true none
sizeOne String true none
sizeTwo String true none
statsColor String true none
spTitle String true none
titleColor String true none

About

A representational stat pack vue plugin for comparing two sources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors