Sha256: aa81e57dd2b5f7f0db7df3851136fc9b7485f3a3ce8b7f15dcfc9e7ebf5ee689
Contents?: true
Size: 552 Bytes
Versions: 1065
Compression:
Stored size: 552 Bytes
Contents
import React from 'react' import { StatChange } from '../../' const StatChangeUnitTwo = (props) => { return ( <div> <StatChange change="increase" icon="level-up" value="28.4" {...props} /> <br /> <StatChange change="decrease" icon="level-down" value={6.1} {...props} /> <br /> <StatChange change="neutral" value={102} {...props} /> </div> ) } export default StatChangeUnitTwo
Version data entries
1,065 entries across 1,065 versions & 2 rubygems