Sha256: da3581a72a67ff1d0dc4639b47043e3f8eb9c92ef3ee6ad8421337c63ecafe08
Contents?: true
Size: 557 Bytes
Versions: 948
Compression:
Stored size: 557 Bytes
Contents
import React from 'react' import { StatChange } from 'playbook-ui' 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
948 entries across 948 versions & 2 rubygems