Sha256: 48bbf02175d8b79b78b75d543312dc31df26659ef19da089512c42629682b60f
Contents?: true
Size: 470 Bytes
Versions: 1065
Compression:
Stored size: 470 Bytes
Contents
import React from 'react' import { StatChange } from '../../' const StatChangeUnit = (props) => { return ( <div> <StatChange icon="chart-line" value="28.4" {...props} /> <br /> <StatChange icon="chart-line-down" value={6.1} {...props} /> <br /> <StatChange value={102} {...props} /> </div> ) } export default StatChangeUnit
Version data entries
1,065 entries across 1,065 versions & 2 rubygems