Sha256: 8c9c6ca4d32d0e31a8d02972687ddd71923f504785bc23beecd821abcfb6a36e
Contents?: true
Size: 499 Bytes
Versions: 675
Compression:
Stored size: 499 Bytes
Contents
import React from 'react' import { IconStatValue } from 'playbook-ui' const IconStatValueDefault = (props) => { return ( <div> <IconStatValue icon="lightbulb-on" text="Electric" unit="kw" value={64.18} {...props} /> <br /> <IconStatValue icon="calendar" text="deadline" unit="days" value={24} {...props} /> </div> ) } export default IconStatValueDefault
Version data entries
675 entries across 675 versions & 2 rubygems