Sha256: 45b284ed44dca9410cb6c29b38cf6a642fcb549a98458a68b130ef85b87f378a
Contents?: true
Size: 494 Bytes
Versions: 1065
Compression:
Stored size: 494 Bytes
Contents
import React from 'react' import { IconStatValue } from '../../' 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
1,065 entries across 1,065 versions & 2 rubygems